Procházet zdrojové kódy

Add no-gnu-line-marker for support for newer clang which normally warns about line numbers

Caleb James DeLisle před 8 měsíci
rodič
revize
7b8fdb7fc9
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      node_build/make.js

+ 2 - 1
node_build/make.js

@@ -141,9 +141,10 @@ Builder.configure({
 
             // lots of places where depending on preprocessor conditions, a statement might be
             // a case of if (1 == 1)
-            '-Wno-tautological-compare'
+            '-Wno-tautological-compare',
 
             //'-Wno-error'
+            '-Wno-gnu-line-marker'
         );
     } else {
         builder.config.cflags.push(