php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3368 Compile Warnings in Zend
Submitted: 2000-02-01 03:29 UTC Modified: 2000-02-01 14:09 UTC
From: straub at i-netpartner dot de Assigned:
Status: Closed Package: Compile Warning
PHP Version: 4.0 Latest CVS (01/02/2000) OS: Linux 2.2.10 /Suse-6.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: straub at i-netpartner dot de
New email:
PHP Version: OS:

 

 [2000-02-01 03:29 UTC] straub at i-netpartner dot de
Making all in Zend
make[1]: Entering directory `/usr/src/cvstree/Zend'
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -Wall -c zend-scanner.c
zend-scanner.c:5718: warning: `yy_fatal_error' defined but not used
zend-scanner.c:5703: warning: `yy_top_state' defined but not used
/bin/sh ./libtool --silent --mode=link gcc  -g -O2  -Wall  -o libZend_c.la   zend-scanner.lo
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -Wall -c zend-parser.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -Wall -c zend_alloc.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -Wall -c zend_compile.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -Wall -c zend_constants.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -g   -Wall  -c ./zend_execute.c
./zend_execute.c: In function `_get_zval_ptr_ptr':
./zend_execute.c:183: warning: control reaches end of non-void function
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -Wall -c zend_execute_API.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -Wall -c zend_highlight.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -Wall -c zend_llist.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -Wall -c zend_opcode.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -Wall -c zend_operators.c    

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-01 14:09 UTC] andi at cvs dot php dot net
Fixed!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 12:01:31 2024 UTC