Salome HOME
Fix missing returns.
[modules/yacs.git] / src / bases / DynLibLoaderGNU.cxx
index ebbb1acf89b4016aa532efe331372d92bf22cfe2..9d46d507d841f498aeef9ecd727718e0abb15caa 100644 (file)
@@ -110,6 +110,7 @@ bool DynLibLoaderGNU::unload()
       dlclose(_handleOnLoadedLib);
       _handleOnLoadedLib = NULL;
     }
+  return false;
 }
 
 bool DynLibLoaderGNU::reload()