]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Remove -Wno-deprecated !
authoradam <adam>
Wed, 25 Feb 2009 09:37:13 +0000 (09:37 +0000)
committeradam <adam>
Wed, 25 Feb 2009 09:37:13 +0000 (09:37 +0000)
salome_adm/unix/config_files/ac_cxx_depend_flag.m4
salome_adm/unix/config_files/ac_cxx_warnings.m4
salome_adm/unix/config_files/production.m4

index b6e704b4fef2aedcaf72c563bed9230354f02e00..3473cf26eb913a3dd510ac0b30f34bf6e550cbc5 100644 (file)
@@ -121,7 +121,7 @@ dnl sur CCRT/osf pas d'equivalent de l'option -MG de gcc avec compilo natif
 dnl on utilise donc gnu pour generer les dependances.
      DEPCC=gcc
      DEPCXX=g++
-     DEPCXXFLAGS="-Wno-deprecated"
+     DEPCXXFLAGS=
      DIFFFLAGS="-w"
 dnl  MACHINE="OSF1"
      ;;
index 14d2cafa841029ccd96b78cd3ee1bb9e8c05766e..e9889795cb9fff313e31aaaa1882bedd8ef55972 100644 (file)
@@ -23,7 +23,6 @@ dnl @synopsis AC_CXX_WARNINGS
 dnl Check warning flags for C++ compiler to control warning messages
 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)
index e109a03dcbde6a9dfb0ec98ac61b1779242e1730..6664f951b7365dc12ebc1ba226ff70fd75e9527a 100644 (file)
@@ -38,7 +38,6 @@ AC_ARG_ENABLE([production],
     ],
     [enable_production=]AC_ENABLE_PRODUCTION_DEFAULT)
 
-AC_CXX_OPTION(-Wno-deprecated,CXXFLAGS)
 AC_CXX_OPTION(-Wparentheses,CXXFLAGS)
 AC_CXX_OPTION(-Wreturn-type,CXXFLAGS)
 AC_CXX_OPTION(-Wmissing-declarations,CXXFLAGS)