--- old/make/solaris/makefiles/sparcWorks.make Tue Sep 13 17:10:35 2011 +++ new/make/solaris/makefiles/sparcWorks.make Tue Sep 13 17:10:34 2011 @@ -148,6 +148,9 @@ # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp. CFLAGS += -DDONT_USE_PRECOMPILED_HEADER +# Compiler warnings are treated as errors +CFLAGS_WARN = -xwe + ################################################ # Begin current (>=5.9) Forte compiler options # #################################################