pragma pedantic entfernt.
Zur Zeit gibt es einfach zuviele Cast-Warnungen, die
damit zu Fehlern werden.
Und wenn das behoben ist, koennen wir das Pragma via
Autoinclude letztendlich doch fuer alle Files wieder
setzen. Bis der Driver das naechste Mal wieder sowas
hat. ;-)
Change-Id: I73f4cb027cbd40417fd8ea0200295aa43a07e70e
diff --git a/std/shells/magier/admin.c b/std/shells/magier/admin.c
index a41d1b7..7e86dc9 100644
--- a/std/shells/magier/admin.c
+++ b/std/shells/magier/admin.c
@@ -7,7 +7,6 @@
#pragma save_types
#pragma range_check
#pragma no_clone
-#pragma pedantic
#include <udp.h>
#include <wizlevels.h>
diff --git a/std/shells/magier/comm.c b/std/shells/magier/comm.c
index 0cbd266..5263979 100644
--- a/std/shells/magier/comm.c
+++ b/std/shells/magier/comm.c
@@ -7,7 +7,6 @@
#pragma save_types
#pragma range_check
#pragma no_clone
-#pragma pedantic
#include <wizlevels.h>
#include <magier.h>
diff --git a/std/shells/magier/fileedit.c b/std/shells/magier/fileedit.c
index d34b3be..b558585 100644
--- a/std/shells/magier/fileedit.c
+++ b/std/shells/magier/fileedit.c
@@ -7,7 +7,6 @@
#pragma save_types
//#pragma range_check
#pragma no_clone
-#pragma pedantic
protected functions virtual inherit "/std/util/path";
diff --git a/std/shells/magier/fileview.c b/std/shells/magier/fileview.c
index becc162..f96d6e3 100644
--- a/std/shells/magier/fileview.c
+++ b/std/shells/magier/fileview.c
@@ -4,7 +4,7 @@
//
// $Id: fileview.c 9142 2015-02-04 22:17:29Z Zesstra $
#pragma strict_types, rtt_checks
-#pragma range_check, pedantic
+#pragma range_check
#pragma no_clone
#include <ansi.h>
diff --git a/std/shells/magier/magier_ext.c b/std/shells/magier/magier_ext.c
index e563ca9..9660015 100644
--- a/std/shells/magier/magier_ext.c
+++ b/std/shells/magier/magier_ext.c
@@ -3,7 +3,6 @@
#pragma save_types
//#pragma range_check
#pragma no_clone
-#pragma pedantic
protected functions virtual inherit "/std/util/path";
diff --git a/std/shells/magier/moving.c b/std/shells/magier/moving.c
index 0f15b98..4d99b32 100644
--- a/std/shells/magier/moving.c
+++ b/std/shells/magier/moving.c
@@ -7,7 +7,6 @@
#pragma save_types
#pragma range_check
#pragma no_clone
-#pragma pedantic
protected functions virtual inherit "/std/util/path";
diff --git a/std/shells/magier/objects.c b/std/shells/magier/objects.c
index 57462f1..1968de6 100644
--- a/std/shells/magier/objects.c
+++ b/std/shells/magier/objects.c
@@ -3,7 +3,6 @@
#pragma save_types
#pragma range_check
#pragma no_clone
-#pragma pedantic
#include <wizlevels.h>
#include <moving.h>
diff --git a/std/shells/magier/parsing.c b/std/shells/magier/parsing.c
index 074aaa2..d719550 100644
--- a/std/shells/magier/parsing.c
+++ b/std/shells/magier/parsing.c
@@ -1,6 +1,6 @@
// $Id: parsing.c 9142 2015-02-04 22:17:29Z Zesstra $
#pragma strict_types, rtt_checks
-#pragma range_check, pedantic
+#pragma range_check
#pragma no_clone
protected functions virtual inherit "/std/util/path";
diff --git a/std/shells/magier/players.c b/std/shells/magier/players.c
index a7fe63a..a3fb249 100644
--- a/std/shells/magier/players.c
+++ b/std/shells/magier/players.c
@@ -7,7 +7,6 @@
#pragma save_types
#pragma range_check
#pragma no_clone
-#pragma pedantic
#include <wizlevels.h>
#include <ansi.h>
diff --git a/std/shells/magier/todo.c b/std/shells/magier/todo.c
index f4120e7..c87d17d 100644
--- a/std/shells/magier/todo.c
+++ b/std/shells/magier/todo.c
@@ -3,7 +3,6 @@
#pragma save_types
#pragma range_check
#pragma no_clone
-#pragma pedantic
#include <wizlevels.h>
#include <defines.h>
diff --git a/std/shells/magier/upd.c b/std/shells/magier/upd.c
index 9c9af5f..cd86d33 100644
--- a/std/shells/magier/upd.c
+++ b/std/shells/magier/upd.c
@@ -7,7 +7,6 @@
#pragma save_types
#pragma range_check
#pragma no_clone
-#pragma pedantic
#define NEED_PROTOTYPES
#include <magier.h>