Explorar el Código

-Wno-non-virtual-dtor added for shared_ptr tests on GCC.

[SVN r16399]
Peter Dimov hace 23 años
padre
commit
f94619f0cb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      status/Jamfile

+ 2 - 2
status/Jamfile

@@ -508,8 +508,8 @@ include testing.jam ;
 
     test-suite smart_ptr
         : [ run libs/smart_ptr/smart_ptr_test.cpp ]
-          [ run libs/smart_ptr/shared_ptr_test.cpp ]
-          [ run libs/smart_ptr/enable_shared_from_this_test.cpp ]
+          [ run libs/smart_ptr/shared_ptr_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
+          [ run libs/smart_ptr/enable_shared_from_this_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
           [ run libs/smart_ptr/get_deleter_test.cpp ]
           [ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]
         ;

粤ICP备19079148号