1
0
Эх сурвалжийг харах

Merge topic 'openbsd-warnings'

f9f91fa8 CTestCustom: Suppress warnings about rand() and srand() on OpenBSD
Brad King 11 жил өмнө
parent
commit
18e480a5e9
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      CTestCustom.cmake.in

+ 2 - 0
CTestCustom.cmake.in

@@ -56,6 +56,8 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
   "warning.*This version of Mac OS X is unsupported"
   "clang.*: warning: argument unused during compilation: .-g"
   "note: in expansion of macro" # diagnostic context note
+  "cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*rand.*isn.*t random" # we do not do crypto
+  "cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*srand.*seed choices are.*poor" # we do not do crypto
 
   # Ignore clang's summary warning, assuming prior text has matched some
   # other warning expression: