File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6131,6 +6131,7 @@ add_dummies <- function(dir, Log)
61316131                             " warning: .* \\ [-Wc\\ +\\ +20-extensions\\ ]"  ,
61326132                             " warning: .* \\ [-Wc\\ +\\ +23-extensions\\ ]"  ,
61336133                             " warning: .* \\ [-Wc\\ +\\ +2b-extensions\\ ]"  ,
6134+                              # # in clang and in Wextra for recent gcc
61346135                             " warning: .* \\ [-Wenum-conversion\\ ]"  ,
61356136                             # # LLVM clang 15 versions
61366137                             " warning: .* \\ [-Wc\\ +\\ +14-attribute-extensions\\ ]"  ,
@@ -6156,6 +6157,7 @@ add_dummies <- function(dir, Log)
61566157                             "  warning: switch condition has boolean value \\ [-Wswitch-bool\\ ]"  ,
61576158                             "  warning: .* \\ [-Wembedded-directive\\ ]"  ,
61586159                             "  warning: using directive refers to implicitly-defined namespace"  ,
6160+                              "  warning: .* \\ [-Wkeyword-macro\\ ]"  ,
61596161                             # # same flag but different wording for clang++ 19
61606162                             # # C99 and C++11 require at least one argument:
61616163                             # # this is relaxed in C23 and C++20.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments