mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
remove warning pragma
This commit is contained in:
+2
-10
@@ -22,12 +22,6 @@
|
||||
|
||||
// --- Code Base ---------------------------------------------------------------
|
||||
|
||||
#if defined(__clang__)
|
||||
# pragma clang diagnostic push
|
||||
# pragma clang diagnostic ignored "-Winitializer-overrides"
|
||||
# pragma clang diagnostic ignored "-Wswitch"
|
||||
#endif
|
||||
|
||||
#include "base/base_inc.h"
|
||||
#include "os/os_inc.h"
|
||||
#include "hash_table.h"
|
||||
@@ -65,10 +59,6 @@
|
||||
#include "pdb/pdb.c"
|
||||
#include "msvc_crt/msvc_crt.c"
|
||||
|
||||
#if defined(__clang__)
|
||||
# pragma clang diagnostic pop
|
||||
#endif
|
||||
|
||||
// --- RDI ---------------------------------------------------------------------
|
||||
|
||||
#include "rdi/rdi_local.h"
|
||||
@@ -133,6 +123,8 @@
|
||||
#include "lnk_lib.c"
|
||||
#include "lnk_debug_info.c"
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
internal LNK_Config *
|
||||
lnk_config_from_argcv(Arena *arena, int argc, char **argv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user