13 lines
512 B
Diff
13 lines
512 B
Diff
|
diff --git a/configurecompiler.cmake b/configurecompiler.cmake
|
||
|
index d769e82f57..4936c8b00d 100644
|
||
|
--- a/configurecompiler.cmake
|
||
|
+++ b/configurecompiler.cmake
|
||
|
@@ -474,6 +474,7 @@ if (CLR_CMAKE_PLATFORM_UNIX)
|
||
|
add_compile_options(-Wno-unused-variable)
|
||
|
add_compile_options(-Wno-unused-value)
|
||
|
add_compile_options(-Wno-unused-function)
|
||
|
+ add_compile_options(-Wno-error=misleading-indentation)
|
||
|
|
||
|
#These seem to indicate real issues
|
||
|
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wno-invalid-offsetof>)
|