[PHP-DEV] PHP 4.0 Bug #5924: useless keyward or type name in empty declaration. From: php <email protected>
Date: 08/02/00

From: php <email protected>
Operating system: FreeBSD 4.0 Release
PHP version: 4.0.1pl2
PHP Bug Type: Compile Warning
Bug description: useless keyward or type name in empty declaration.

When compiling PHP on a release FreeBSD 4.0 system (configured with this line :
./configure --with-mysql --enable-xml --enable-ftp --with-apache=../apache_1.3.12 )

I get this warning on multiple files when it is compiling libmysql:

In file included from FILENAME.c:##:
global.h:508: warning: useless keyword or type name in empty declaration
global.h:508: warning: empty declaration

The files include:
libmysql.c
errmsg.c
net.c
violite.c
password.c
my_init.c
my_static.c
my_malloc.c
my_realloc.c
my_create.c

and others.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>