Index: inc/unxsols4.mk =================================================================== RCS file: /cvs/tools/solenv/inc/unxsols4.mk,v retrieving revision 1.25 retrieving revision 1.25.34.1 diff -u -r1.25 -r1.25.34.1 --- inc/unxsols4.mk 5 Jul 2006 22:05:50 -0000 1.25 +++ inc/unxsols4.mk 15 Jul 2006 09:56:10 -0000 1.25.34.1 @@ -93,12 +93,14 @@ # them in the stable UDK API we cannot change # - inllargeuse: "function is too large and will not be expanded inline" is # merely a hint +# - inllargeint: "function is too large to generate inline, consider writing +# it yourself" is merely a hint # - notemsource: "could not find source for function" appears to be spurious # - reftotemp: warns about calling non-const functions on temporary objects, # something legally done by boost::scoped_array::reset, for example # (this_type(p).swap(*this)) CFLAGSWARNCC= -CFLAGSWARNCXX=+w2 -erroff=doubunder,inllargeuse,notemsource,reftotemp +CFLAGSWARNCXX=+w2 -erroff=doubunder,inllargeuse,inllargeint,notemsource,reftotemp CFLAGSWALLCC=$(CFLAGSWARNCC) CFLAGSWALLCXX=$(CFLAGSWARNCXX) CFLAGSWERRCC=-errwarn=%all