]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
rationalisation des contrôles des options du compilateurs c++
authorsecher <secher>
Mon, 15 Nov 2004 12:13:15 +0000 (12:13 +0000)
committersecher <secher>
Mon, 15 Nov 2004 12:13:15 +0000 (12:13 +0000)
salome_adm/unix/config_files/ac_cxx_warnings.m4
salome_adm/unix/config_files/production.m4

index 862f5e83c5144a290b67ed3e731fadd6f17ccc1f..b23ca3bd2a7767e62fb6df33633c2b21652be7a6 100644 (file)
@@ -27,4 +27,8 @@ dnl @author Bernard Secher (CEA) - 04/12/2003
 dnl
 AC_DEFUN([AC_CXX_WARNINGS],[
   AC_CXX_OPTION(-Wno-deprecated,CXXFLAGS)
+  AC_CXX_OPTION(-Wparentheses,CXXFLAGS)
+  AC_CXX_OPTION(-Wreturn-type,CXXFLAGS)
+  AC_CXX_OPTION(-Wmissing-declarations,CXXFLAGS)
+  AC_CXX_OPTION(-Wunused,CXXFLAGS)
 ])
index 1cebe979e09be50fc9793d107fb83bbc9ffa28ac..e3da0539b890d86d2665320df4c629ff51083847 100644 (file)
@@ -53,14 +53,6 @@ no) enable_production=no ;;
 esac],
 enable_production=AC_ENABLE_PRODUCTION_DEFAULT)dnl
 
-# portage alpha/OSF
-# CXXFLAGS="$CXXFLAGS -Wno-deprecated -Wparentheses -Wreturn-type -Wmissing-declarations -Wunused "
-echo $CXX
-AC_CXX_OPTION(-Wparentheses,CXXFLAGS)
-AC_CXX_OPTION(-Wreturn-type,CXXFLAGS)
-AC_CXX_OPTION(-Wmissing-declarations,CXXFLAGS)
-AC_CXX_OPTION(-Wunused,CXXFLAGS)
-
 # supprimer car ne marche qu'avec compilo gnu
 # CXXVERSION=`$CXX --version`
 # if test "X$CXXVERSION" != "X2.95.3"; then