We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276d4b1 commit 6862ccaCopy full SHA for 6862cca
CMakeLists.txt
@@ -217,6 +217,10 @@ if(DS2_ARCHITECTURE MATCHES "ARM|ARM64")
217
218
Sources/Core/ARM/HardwareBreakpointManager.cpp
219
Sources/Core/ARM/SoftwareBreakpointManager.cpp)
220
+ set_source_files_properties(
221
+ Sources/Architecture/ARM/ThumbBranchInfo.cpp
222
+ PROPERTIES
223
+ COMPILE_OPTIONS $<$<CXX_COMPILER_ID:Clang>:-Wno-error=comma>)
224
225
target_sources(ds2 PRIVATE
226
${CMAKE_CURRENT_BINARY_DIR}/Headers/DebugServer2/Architecture/ARM/RegistersDescriptors.h
0 commit comments