mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
marked char pointer arguments as const in lots of
places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ...
This commit is contained in:
parent
738be1a003
commit
aaa2f1c30b
17 changed files with 64 additions and 63 deletions
|
@ -98,7 +98,7 @@ struct _zend_module_entry {
|
|||
unsigned char type;
|
||||
void *handle;
|
||||
int module_number;
|
||||
char *build_id;
|
||||
const char *build_id;
|
||||
};
|
||||
|
||||
#define MODULE_DEP_REQUIRED 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue