Просмотр исходного кода

Suppressed some warnings for Borland

[SVN r12252]
Dave Abrahams 24 лет назад
Родитель
Сommit
5a53a49187
1 измененных файлов с 9 добавлено и 1 удалено
  1. 9 1
      status/Jamfile

+ 9 - 1
status/Jamfile

@@ -305,7 +305,15 @@ compile-fail libs/utility/checked_delete_test.cpp ;
 run libs/utility/compressed_pair_test.cpp : -u ;
 
 test-suite iterator_adaptors
-    : [ run libs/utility/counting_iterator_test.cpp ]
+    : [ run libs/utility/counting_iterator_test.cpp : # args
+        : # input files
+        : # requirements
+        
+        # borland warns incorrectly in this case, so often that
+        # successful compilation is prevented.
+        <borland><*><cxxflags>"-w-8091 -w-8092"
+      ]
+        
       [ run libs/utility/iterator_adaptor_test.cpp ] 
       [ compile-fail libs/utility/iter_adaptor_fail_expected1.cpp ] 
       [ compile-fail libs/utility/iter_adaptor_fail_expected2.cpp ]

粤ICP备19079148号