CMake/Source/Checks
Brad King 2ca89b5a69 C++ feature checks: Filter out libstdc++ sprintf warnings
On OpenBSD linking to `libstdc++` with GCC 6.4 always warns:

    warning: sprintf() is often misused, please use snprintf()

These do not affect the availability of C++ features we're checking,
so filter them out.

Fixes: #18602
2018-11-20 12:50:45 -05:00
..
Curses Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
cm_c11_thread_local.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cm_c11_thread_local.cmake Avoid using C11 to build CMake if _Thread_local support is broken 2015-09-15 10:51:54 -04:00
cm_cxx14_check.cmake Extend C++17/C++14 feature checks to require unique_ptr 2018-08-01 14:03:43 -04:00
cm_cxx14_check.cpp Extend C++17/C++14 feature checks to require unique_ptr 2018-08-01 14:03:43 -04:00
cm_cxx17_check.cmake Extend C++17/C++14 feature checks to require unique_ptr 2018-08-01 14:03:43 -04:00
cm_cxx17_check.cpp Extend C++17/C++14 feature checks to require unique_ptr 2018-08-01 14:03:43 -04:00
cm_cxx_features.cmake C++ feature checks: Filter out libstdc++ sprintf warnings 2018-11-20 12:50:45 -05:00
cm_cxx_make_unique.cxx Check for availability of unique_ptr and make_unique when building CMake 2016-09-16 13:22:10 -04:00
cm_cxx_unique_ptr.cxx Check for availability of unique_ptr and make_unique when building CMake 2016-09-16 13:22:10 -04:00
Curses.cmake Fix misc. typos 2018-06-04 10:32:49 -04:00