[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Disable warnings
From: |
Dominik Rau |
Subject: |
Disable warnings |
Date: |
Wed, 29 Mar 2006 20:15:24 +0200 |
User-agent: |
Mozilla Thunderbird 1.0.7 (X11/20051013) |
Hi.
Everytime I compile the OpenSG (www.opensg.org) scenegraph library, I
get thousands(!) of warnings of the following kind:
Warning: »inline« >>funcXYZ()<< failed: --param max-inline-insns-single
limit reached after inlining into the callee
and
Warning: »inline« >>funcXYZ()<< failed --param inline-unit-growth limit
reached
(Probably not the 100% correct message, retranslated from german output...)
Is there a way to disable / get rid of these warnings?
Thanks and regards,
Dominik
P.S.: In case it matters:
iod@lucille:~$ g++ -v
Target: x86_64-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared
--with-system-zlib --libexecdir=/usr/lib --enable-nls
--without-included-gettext --enable-threads=posix --program-suffix=-4.0
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt
--enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm
--enable-java-awt=gtk-default --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre
--enable-mpfr --disable-werror --enable-checking=release x86_64-linux-gnu
Thread-Modell: posix
gcc-Version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
- Disable warnings,
Dominik Rau <=