Skip to content

Commit d8c3b9f

Browse files
madebrsezero
authored andcommitted
cmake: fix sdlcpu.cmake for C89 compilers
1 parent 022a5c8 commit d8c3b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/sdlcpu.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ const char *arch_${known_arch} = \"INFO<${known_arch}=\" ARCH_${known_arch} \">\
6161

6262
set(src_arch_detect "${src_vars}
6363
int main(int argc, char *argv[]) {
64-
(void)argv;
6564
int result = 0;
65+
(void)argv;
6666
${src_main}
6767
return result;
6868
}")

0 commit comments

Comments
 (0)