mirror of
https://abf.rosa.ru/djam/dotnet3.1.git
synced 2025-02-24 06:53:03 +00:00
12 lines
512 B
Diff
12 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>)
|