diff options
author | Jeremy Siek <jeremy.siek@gmail.com> | 2001-11-04 03:37:59 +0000 |
---|---|---|
committer | Jeremy Siek <jeremy.siek@gmail.com> | 2001-11-04 03:37:59 +0000 |
commit | 2ccb3d8d6359ba4050e397f1e0e611f97c02726d (patch) | |
tree | adff4ba91b8c997fc9131b7e4c74e8730249acf4 /status | |
parent | 6d9ccfd35627aa774abfc783934dd66cdd78a1b7 (diff) | |
download | boost-2ccb3d8d6359ba4050e397f1e0e611f97c02726d.tar.gz |
added suppression for long long for KCC
[SVN r11560]
Diffstat (limited to 'status')
-rw-r--r-- | status/compiler.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/status/compiler.cfg b/status/compiler.cfg index 6a14d462d2..538e5a4091 100644 --- a/status/compiler.cfg +++ b/status/compiler.cfg @@ -68,7 +68,7 @@ rm -f *.ii *.ti; como-4.2.45-stlport -tused --strict_warnings --diag_suppress 45 linux kcc KCC 4.0e -KCC -D_ISOC99_SOURCE -c -I%include %source +KCC --diag_suppress 450 -D_ISOC99_SOURCE -c -I%include %source rm -rf ti_files; KCC -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm -lrt <a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e @@ -164,7 +164,7 @@ Sun<br><a href="http://www.sun.com/forte/cplusplus/index.html">WorkShop</a> 6.u2 solaris kcc KCC 4.0d -KCC -c --strict_warnings -I%include %source +KCC -c --strict_warnings --diag_suppress 450 -I%include %source KCC -o boosttmp.exe --strict_warnings -I%include %source -lm -lrt KAI<br><a href="http://www.kai.com/C_plus_plus/index.html">KCC</a><br>4.0d |