From 233ca218b875852f13365514303f8ab6e704aafd Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Tue, 9 Jul 2024 15:56:36 +0800 Subject: [PATCH] wip --- tests/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/common.h b/tests/common.h index 1af097f3..1b586a6f 100644 --- a/tests/common.h +++ b/tests/common.h @@ -72,6 +72,7 @@ extern int64_t NaN64; #pragma push_macro("OPTNONE") #define OPTNONE __attribute__((optnone)) #else +#warning "no OPTNONE" #endif #include