From e6d59a7b506f610b82340b62457f9dd9ad0cb53d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 19 Feb 2026 13:30:45 +0100 Subject: feat: integrate basic CMocka tests --- src/error.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/error.S') diff --git a/src/error.S b/src/error.S index 44be8b0..50597dd 100644 --- a/src/error.S +++ b/src/error.S @@ -1,6 +1,8 @@ #include "helpers/function.S" #include "SDL/error.S" +#ifndef __STDC_VERSION__ + .section .text //! @function _print_sdl_error(char const * format) @@ -19,3 +21,4 @@ function_end +#endif \ No newline at end of file -- cgit v1.2.3