Fischx / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

-Wno-unused-result not recognized by gcc 4.3.4 #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update to 8400c9042cbd.
2. make clean all

What is the expected output? What do you see instead?
$ make
MAKE all libbio/
CC libbio/bbuffered.o
cc1: error: unrecognized command line option "-Wno-unused-result"
make[1]: *** [bbuffered.o] Error 1
make: *** [dall] Error 2

What version of the product are you using (wmii -v)? On what operating
system?
wmii changeset 8400c9042cbd
gcc version 4.3.4
Gentoo Linux

Please provide any additional information below.
It builds correctly when that option is removed.

Original issue reported on code.google.com by jpabl...@gmail.com on 27 Oct 2009 at 8:32

GoogleCodeExporter commented 9 years ago
This issue was closed by revision b1eaa85f54.

Original comment by maglion...@gmail.com on 27 Oct 2009 at 8:45

GoogleCodeExporter commented 9 years ago
Thanks, I usually test these kinds of changes with an older gcc, but I don't 
have
access to broadband at the moment.

Original comment by maglion...@gmail.com on 27 Oct 2009 at 9:01