File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,7 @@ when defined(coverage):
5252#  in config.nims does not produce an equivalent binary, though manually passing
5353#  the same `--define/-d:strip` as an option to `nim c` on the command-line does
5454#  produce an equivalent binary
55+ 
56+ #  https://discourse.llvm.org/t/clang-16-notice-of-potentially-breaking-changes/65562
57+ when  getEnv (" MSYSTEM" ==  " CLANG64" 
58+   -- passC:" -Wno-error=incompatible-function-pointer-types" 
Original file line number Diff line number Diff line change @@ -52,3 +52,7 @@ when defined(coverage):
5252#  in config.nims does not produce an equivalent binary, though manually passing
5353#  the same `--define/-d:strip` as an option to `nim c` on the command-line does
5454#  produce an equivalent binary
55+ 
56+ #  https://discourse.llvm.org/t/clang-16-notice-of-potentially-breaking-changes/65562
57+ when  getEnv (" MSYSTEM" ==  " CLANG64" 
58+   -- passC:" -Wno-error=incompatible-function-pointer-types" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments