From 1570155cd73f066bd6ff5ec53c6c176118e16cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Agsj=C3=B6?= Date: Sat, 3 Feb 2024 12:38:37 +0100 Subject: [PATCH] Stop warning in float mode --- src/amy_fixedpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amy_fixedpoint.h b/src/amy_fixedpoint.h index 19d984d..dde7276 100644 --- a/src/amy_fixedpoint.h +++ b/src/amy_fixedpoint.h @@ -53,7 +53,7 @@ #ifndef AMY_USE_FIXEDPOINT -#warning "floating point calc" +//#warning "floating point calc" #define ARITH "float"