mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
This commit is contained in:
parent
84986b79b7
commit
f1c8d140aa
7 changed files with 1 additions and 24 deletions
|
@ -15,9 +15,3 @@
|
|||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "stddsound.h"
|
||||
|
||||
|
||||
// Foo function to remove disabled warning
|
||||
void foo_stddsound() {}
|
||||
|
||||
/* end of file */
|
||||
|
|
|
@ -15,6 +15,3 @@
|
|||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "stdpch.h"
|
||||
|
||||
// correct the warning disabling bug in visual
|
||||
void game_share_foo() {}
|
||||
|
|
|
@ -15,7 +15,3 @@
|
|||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "stdpch.h"
|
||||
|
||||
|
||||
// correct the silly waring of VC6
|
||||
void foo_stdpch_entity_game_service() {}
|
||||
|
|
|
@ -15,7 +15,3 @@
|
|||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "stdpch.h"
|
||||
|
||||
|
||||
// remove stupid VC 6 warnings
|
||||
void foo_mail_forum_service() {}
|
||||
|
|
|
@ -15,7 +15,3 @@
|
|||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "stdpch.h"
|
||||
|
||||
|
||||
// Function to corret silly warning in Visual 6
|
||||
void foo_monitor_service() {};
|
||||
|
|
|
@ -15,6 +15,3 @@
|
|||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "stdpch.h"
|
||||
|
||||
// correct the warning disabling bug in visual
|
||||
void game_share_foo() {};
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <utility>
|
||||
#include <deque>
|
||||
#include <memory>
|
||||
#include <limits>
|
||||
|
||||
#include <nel/misc/common.h>
|
||||
#include <nel/misc/debug.h>
|
||||
|
|
Loading…
Reference in a new issue