Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once

hg/feature/sound
kervala 14 years ago
parent 84986b79b7
commit f1c8d140aa

@ -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…
Cancel
Save