63a0159abe
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dotnet3.1#11bc30a3d19a0c0adc112cd6c34a288c7dac64a2
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>)
|