|
|
@@ -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
|
|
|
|