mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +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