File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,6 @@ jobs:
305305 if : ${{ runner.os == 'Linux' && steps.cache.outputs.cache-hit != 'true' }}
306306 run : |
307307 # Install deps
308- sudo apt remove needrestart
309308 sudo apt-get update
310309 sudo apt-get install valgrind
311310 sudo apt-get autoremove
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ endif()
299299
300300# Add appropriate flags for GCC
301301if (LLVM_COMPILER_IS_GCC_COMPATIBLE)
302- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings" )
302+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-ignored-attributes " )
303303endif ()
304304
305305# Fixes "C++ exception handler used, but unwind semantics are not enabled" warning Windows
You can’t perform that action at this time.
0 commit comments