Skip to content
Snippets Groups Projects
Commit 2f8e3b90 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

More warnings added.

parent 82229743
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,14 @@ ...@@ -10,6 +10,14 @@
/\/usr\/include\/inttypes.h:428: warning: function call has aggregate value/d /\/usr\/include\/inttypes.h:428: warning: function call has aggregate value/d
/\/usr\/include\/bits\/string2.h:.*: warning: pointer of type `void \*' used in arithmetic/d /\/usr\/include\/bits\/string2.h:.*: warning: pointer of type `void \*' used in arithmetic/d
# Linux on alpha. egcs-2.91.66. asmodean.lysator.liu.se as of 2003-07-16.
/\/usr\/include\/inttypes.h:342: warning: function returns an aggregate/d
/\/usr\/include\/inttypes.h:343: warning: function call has aggregate value/d
# egcs-2.91.66 produces this false warning. asmodean.lysator.liu.se as
# of 2003-07-16.
/aux-item-def-scan.c:711: warning: `yy_cp' might be used uninitialized in this function/d
# The Intel C++ compiler doesn't like the -M options that # The Intel C++ compiler doesn't like the -M options that
# automake-1.7.2 uses to create dependency information. # automake-1.7.2 uses to create dependency information.
/icc: Command line warning: ignoring option '-M'; no argument required/d /icc: Command line warning: ignoring option '-M'; no argument required/d
...@@ -59,5 +67,14 @@ ...@@ -59,5 +67,14 @@
# Linux on ia64. gcc-2.96. gosroth.roxen.com as of 2003-07-16. # Linux on ia64. gcc-2.96. gosroth.roxen.com as of 2003-07-16.
/\/usr\/include\/bits\/socket\.h:268: warning: cast increases required alignment of target type/d /\/usr\/include\/bits\/socket\.h:268: warning: cast increases required alignment of target type/d
# Linux on alpha. egcs-2.91.66. asmodean.lysator.liu.se as of 2003-07-16.
/\/usr\/include\/bits\/socket\.h:261: warning: cast increases required alignment of target type/d
# Linux on ia64 with the ecc compiler. soyokaze.roxen.com as of 2003-01-18. # Linux on ia64 with the ecc compiler. soyokaze.roxen.com as of 2003-01-18.
/warning #688: "format" is an unrecognized __declspec attribute/d /warning #688: "format" is an unrecognized __declspec attribute/d
# HP-UX 11.0 with gcc and without GAS does not support -g.
# taylor.lysator.liu.se as of 2003-07-16.
/cc1: warning: -g is only supported when using GAS on this processor,/d
/cc1: warning: -g option disabled/d
/as: warning 2: Unknown option "--traditional-format" ignored\./d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment