mirror of
https://github.com/novatiq/packages.git
synced 2026-04-27 14:24:42 +01:00
The previous solution was incorrect. The issue was that the macro was not defined as the header defining it was not included. GCC warns if -Wunder is passed and does not error by default, leading to the confusion. Signed-off-by: Rosen Penev <rosenp@gmail.com>