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:
Alastair Murray
2019-08-02 17:17:00 +01:00
committed by Kévin Petit
parent 45129878ab
commit 16a24aef4c

View File

@@ -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(