mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 14:39:01 +00:00
Do not set -std=c99 on files that are set to be C++
This eliminates some warnings for a few compiler configurations. This change is not required on master branch.
This commit is contained in:
committed by
Kévin Petit
parent
45129878ab
commit
16a24aef4c
@@ -43,10 +43,6 @@ set_source_files_properties(
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set_source_files_properties(
|
||||
Sleep.c test_conversions.c basic_test_conversions.c
|
||||
COMPILE_FLAGS -std=c99)
|
||||
|
||||
if(NOT MSVC)
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "(x86)|(X86)|(amd64)|(AMD64)")
|
||||
set_source_files_properties(
|
||||
|
||||
Reference in New Issue
Block a user