diff --git a/status/compiler.cfg b/status/compiler.cfg
index b79c227c1f..6aa9362236 100644
--- a/status/compiler.cfg
+++ b/status/compiler.cfg
@@ -165,18 +165,20 @@ cxx -c -std strict_ansi -D__USE_STD_IOSTREAM -I%include %source
cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -I%include %source -lm
Compaq C++
6.3-012
+// MIPSpro warnings that were turned off
+// 1234 Access control is not specified ("private" by default)
irix
irixcc
SGI MIPSpro CC 7.3.1.2
-CC -c -LANG:std -OPT:IEEE_NaN_inf=ON -I%include %source
-CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -I%include %source -lm
+CC -c -LANG:std -OPT:IEEE_NaN_inf=ON -woff 1234 -I%include %source
+CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -woff 1234 -I%include %source -lm
SGI MIPSpro CC
7.3.1.2m
irix
irixcc-clib
SGI MIPSpro CC 7.3.1.2 with headers
-CC -c -LANG:std -OPT:IEEE_NaN_inf=ON -I../boost/compatibility/cpp_c_headers -I%include %source
-CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -I../boost/compatibility/cpp_c_headers -I%include %source -lm
+CC -c -LANG:std -OPT:IEEE_NaN_inf=ON -woff 1234 -I../boost/compatibility/cpp_c_headers -I%include %source
+CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -woff 1234 -I../boost/compatibility/cpp_c_headers -I%include %source -lm
SGI MIPSpro CC
7.3.1.2m
clib
irix