mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
Fix compilation warnings.
This commit is contained in:
parent
329743184a
commit
bdd6176cbd
@ -29,9 +29,12 @@
|
||||
#include <SALOMEconfig.h>
|
||||
#include CORBA_SERVER_HEADER(SALOME_Exception)
|
||||
|
||||
|
||||
#include "Basics_Utils.hxx" // For standard logging
|
||||
#undef LOG
|
||||
#include "SALOME_KernelServices.hxx" // For CORBA logging
|
||||
#undef LOG
|
||||
|
||||
#define LOG STDLOG
|
||||
|
||||
//
|
||||
|
@ -86,6 +86,10 @@ void SPADDERPluginTester_i::demo(CORBA::Double a,CORBA::Double b,CORBA::Double&
|
||||
endService("SPADDERPluginTester_i::demo");
|
||||
}
|
||||
|
||||
#ifdef LOG
|
||||
#undef LOG
|
||||
#endif
|
||||
|
||||
#include <SALOME_KernelServices.hxx>
|
||||
#include "SALOME_Launcher.hxx"
|
||||
bool SPADDERPluginTester_i::testkernel()
|
||||
|
Loading…
Reference in New Issue
Block a user