Skip to content

Commit 79a9dc6

Browse files
authored
Fix test after -Wincompatible-pointer-types changes in SPEC2006 (llvm#283)
1 parent 0f5f1a1 commit 79a9dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/SPEC/CINT2006/403.gcc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(TARGET_OS STREQUAL "Darwin")
88
# Necessary for iOS
99
list(APPEND LDFLAGS -Xlinker -stack_size -Xlinker 0x8000000)
1010
endif()
11-
list(APPEND CPPFLAGS -DPOSIX -DSPEC_CPU_HAVE_BOOL)
11+
list(APPEND CPPFLAGS -DPOSIX -DSPEC_CPU_HAVE_BOOL -Wno-error=incompatible-pointer-types)
1212

1313
macro(test_input run_type ifile sfile)
1414
llvm_test_run(RUN_TYPE ${run_type} WORKDIR %S

0 commit comments

Comments
 (0)