]> granicus.if.org Git - php/commit
Add php_ignore_value() macro to suppress unused return value warnings
authorRasmus Lerdorf <rasmus@php.net>
Mon, 16 May 2011 16:58:02 +0000 (16:58 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Mon, 16 May 2011 16:58:02 +0000 (16:58 +0000)
commit22b689a3f9c0babc1b6f29bdfd4722cf74d2ff6e
tree195939fbd3d68894903d7fca118fd97826187ae1
parente0df4e3dba7c4ab92442b9e82c1de01fdbaa3cce
Add php_ignore_value() macro to suppress unused return value warnings
from gcc. There are times when we really don't care about the return
value and this will cleanly tell gcc.
ext/session/mod_files.c
ext/soap/php_sdl.c
main/main.c
main/php.h