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 @@ -318,7 +318,6 @@ jobs:
318318      if : ${{ runner.os == 'Linux' && steps.cache.outputs.cache-hit != 'true' }} 
319319      run : | 
320320        # Install deps 
321-         sudo apt remove needrestart 
322321        sudo apt-get update 
323322        sudo apt-get install valgrind 
324323        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