remove an old #pragma from sp_lev.c that isn't actually accomplishing anything
This commit is contained in:
@@ -14,11 +14,6 @@
|
|||||||
#include "hack.h"
|
#include "hack.h"
|
||||||
#include "sp_lev.h"
|
#include "sp_lev.h"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#pragma warning(push)
|
|
||||||
#pragma warning(disable : 4244)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef void (*select_iter_func)(int, int, genericptr);
|
typedef void (*select_iter_func)(int, int, genericptr);
|
||||||
|
|
||||||
extern void mkmap(lev_init *);
|
extern void mkmap(lev_init *);
|
||||||
@@ -6252,8 +6247,4 @@ load_special(const char *name)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#pragma warning(pop)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*sp_lev.c*/
|
/*sp_lev.c*/
|
||||||
|
|||||||
Reference in New Issue
Block a user