]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Integrate -Wba flag on common level
authorabd <abd@opencascade.com>
Thu, 19 Apr 2007 13:24:13 +0000 (13:24 +0000)
committerabd <abd@opencascade.com>
Thu, 19 Apr 2007 13:24:13 +0000 (13:24 +0000)
salome_adm/unix/config_files/check_omniorb.m4

index 392a70aa05caa11513e79e038a48436d6318af09..b59b6caea2438ff3031343766bd487110199605a 100644 (file)
@@ -187,7 +187,7 @@ fi
 if test "x$omniORB_ok" = "xyes" 
 then
 
-  OMNIORB_IDLCXXFLAGS="-nf -I${OMNIORB_ROOT}/idl"
+  OMNIORB_IDLCXXFLAGS="-Wba -nf -I${OMNIORB_ROOT}/idl"
   OMNIORB_IDLPYFLAGS_1='-bpythonbe -p ${top_srcdir}/salome_adm/unix'
   OMNIORB_IDLPYFLAGS_2=" -I${OMNIORB_ROOT}/idl"
   OMNIORB_IDLPYFLAGS=${OMNIORB_IDLPYFLAGS_1}${OMNIORB_IDLPYFLAGS_2}