mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-02 01:37:57 +00:00
Ignore frame-address warning
This commit is contained in:
parent
c6da67a7a3
commit
e6c103c671
@ -5,7 +5,11 @@
|
||||
|
||||
#include "../kernel.h"
|
||||
|
||||
// #define PRINT_BACKTRACE
|
||||
#define PRINT_BACKTRACE
|
||||
|
||||
#ifdef PRINT_BACKTRACE
|
||||
#pragma GCC diagnostic ignored "-Wframe-address"
|
||||
#endif
|
||||
|
||||
bool ForceUnlock = false;
|
||||
Atomic<size_t> LocksCount = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user