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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC