mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
remove warning pragma around radsort
This commit is contained in:
@@ -21,15 +21,7 @@
|
|||||||
#include "third_party/md5/md5.h"
|
#include "third_party/md5/md5.h"
|
||||||
#include "third_party/xxHash/xxhash.c"
|
#include "third_party/xxHash/xxhash.c"
|
||||||
#include "third_party/xxHash/xxhash.h"
|
#include "third_party/xxHash/xxhash.h"
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
|
||||||
#pragma warning(push)
|
|
||||||
#pragma warning(disable:4789)
|
|
||||||
#endif
|
|
||||||
#include "third_party/radsort/radsort.h"
|
#include "third_party/radsort/radsort.h"
|
||||||
#if defined(_MSC_VER)
|
|
||||||
#pragma warning(pop)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
// Code Base
|
// Code Base
|
||||||
|
|||||||
Reference in New Issue
Block a user