php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5924 useless keyward or type name in empty declaration.
Submitted: 2000-08-02 16:28 UTC Modified: 2000-08-04 22:22 UTC
From: php at soffen dot com Assigned:
Status: Closed Package: Compile Warning
PHP Version: 4.0.1pl2 OS: FreeBSD 4.0 Release
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php at soffen dot com
New email:
PHP Version: OS:

 

 [2000-08-02 16:28 UTC] php at soffen dot com
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-04 22:22 UTC] hholzgra@php.net
as this happens in the libmysql subdir 
you should report it at www.mysql.org instead

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC