diff test/plain/test_main.c @ 637:7f89338dbd3f

- bad warning fix of prev commit
author Tassilo Philipp
date Mon, 21 Nov 2022 14:45:28 +0100
parents a388de1c822e
children
line wrap: on
line diff
--- a/test/plain/test_main.c	Mon Nov 21 09:53:11 2022 +0100
+++ b/test/plain/test_main.c	Mon Nov 21 14:45:28 2022 +0100
@@ -47,7 +47,7 @@
 
 /* __cdecl */
 
-#if defined(DC__Arch_Intel_x86) && !defined(DC__C_MSVC) && !defined(__cdecl)
+#if !defined(DC__C_MSVC) && !defined(__cdecl)
 #  define __cdecl
 #endif