Home
last modified time | relevance | path

Searched hist:"6 d732c66bca5da4d261577aad2c8ea84519b0bea" (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cppdiff 6d732c66bca5da4d261577aad2c8ea84519b0bea Thu Jan 09 19:53:21 CET 2014 Julio Merino <jmmv@FreeBSD.org> Use .cpp as the extension for temporary C++ files.

Using a .c extension for a C++ file raises the following warning, which
breaks our header file tests if the compiler is using -Werror as well:

c++: warning: treating 'c' input as 'c++' when in C++ mode, this
behavior is deprecated

Obtained from: atf (git 3104010c2849330440cc0ce108ff341913433339)
MFC after: 3 days