Closed GoogleCodeExporter closed 8 years ago
This should be fixed with version 2.4. Please submit a new issue, if you
encounter
any other build problems.
Original comment by zod...@gmail.com
on 13 Feb 2009 at 2:02
Is this related?
gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Werror -Os -g -O2 -MT
launcher.o -MD
-MP -MF .deps/launcher.Tpo -c -o launcher.o `test -f 'shellinabox/launcher.c'
|| echo
'./'`shellinabox/launcher.c
cc1: warnings being treated as errors
shellinabox/launcher.c: In function ‘launcherDaemon’:
shellinabox/launcher.c:1246: error: ignoring return value of ‘write’,
declared with
attribute warn_unused_result
make[1]: *** [launcher.o] Error 1
make[1]: Leaving directory `/usr/local/src/shellinabox/shellinabox-read-only'
make: *** [all] Error 2
root@6m:/usr/local/src/shellinabox/shellinabox-read-only#
Original comment by TomOeh...@gmail.com
on 16 Mar 2009 at 2:39
These two warnings are not really related. The only thing they have in common
are the
fact that both of them got triggered, because GCC is getting more aggressive
about
issuing warning messages.
Original comment by zod...@gmail.com
on 16 Mar 2009 at 3:14
Original issue reported on code.google.com by
anders.n...@gmail.com
on 11 Feb 2009 at 3:57