mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix warnings function declaration isn't a prototype (#14577)
This fixes the -Wstrict-prototypes warnings that might pop up in certain builds.
This commit is contained in:
parent
564914ac1a
commit
a6b5439e2e
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ typedef union {
|
|||
double d;
|
||||
long double ld;
|
||||
void *p;
|
||||
void (*fun)();
|
||||
void (*fun)(void);
|
||||
} zend_max_align_t;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue