On Nov 25, 2009, at 11:28 PM, Chris Samuel wrote:
> Compiles fine with PGI 10.0 and GCC 4.4.2, but we are getting
> warnings with Intel 11.1 for all files saying:
>
> icc: command line warning #10121: overriding '-stdc99' with '-
> stdgnu99'
> icc: command line warning #10156: ignoring option '-W'; no argument
> required
> icc: command line warning #10156: ignoring option '-W'; no argument
> required
>
> There are also lots of specific warnings for a number of other
> files, so I've attached the complete makelog for it as some of
> them are quite long.
>
A lot of these are "unreferenced parameters" which I think we should
clean up someday, but not today. ;-)
The stdc99/stgnu99 one is worth looking at -- probably not for this
release, but it does seem like we should straighten it out. The
compile line is:
icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/
hwloc -I../include -I../include -std=gnu99 -Wall -Wmissing-prototypes -
Wundef -Wpointer-arith -Wcast-align -I/usr/include/libxml2 -g -O2 -MT
cpuset.lo -MD -MP -MF .deps/cpuset.Tpo -c cpuset.c -fPIC -DPIC -
o .libs/cpuset.o
in which I see both "-std=c99" and "-std=gnu99", which doesn't seem
right.
I'll file tickets for this stuff.
Does everything seem to work properly for you with the rc?
--
Jeff Squyres
jsquyres_at_[hidden]
|