We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841f9e3 commit aa9e15fCopy full SHA for aa9e15f
include/aarch64_multibinary.h
@@ -233,12 +233,6 @@ static inline int sysctlEnabled(const char* name){
233
#define DEFINE_INTERFACE_DISPATCHER(name) \
234
void * name##_dispatcher(void)
235
236
-#define DO_DIGNOSTIC(x) _Pragma GCC diagnostic ignored "-W"#x
237
-#define DO_PRAGMA(x) _Pragma (#x)
238
-#define DIGNOSTIC_IGNORE(x) DO_PRAGMA(GCC diagnostic ignored #x)
239
-#define DIGNOSTIC_PUSH() DO_PRAGMA(GCC diagnostic push)
240
-#define DIGNOSTIC_POP() DO_PRAGMA(GCC diagnostic pop)
241
-
242
/**
243
* Micro-Architector definitions
244
* Reference: https://developer.arm.com/docs/ddi0595/f/aarch64-system-registers/midr_el1
0 commit comments