CMake/test
Brad King 10272e6403 KWIML: Avoid conflict with C++11 user-defined literals
Clang warns

 test/test_INT_format.h:28:26: warning: identifier after literal will
 be treated as a reserved user-defined literal suffix in C++11
 [-Wc++11-compat-reserved-user-defined-literal]
  " expression [%"KWIML_INT_PRI##PRI"],"

because the KWIML_... part is an identifier lexically immediately
following a string literal.  Add a space between the string literal
and the identifier to avoid the C++11 user-defined literal syntax.
2012-03-20 15:49:49 -04:00
..
CMakeLists.txt KWIML: Test header inclusion after system headers 2011-11-17 08:57:26 -05:00
test.c KWIML: Test header inclusion after system headers 2011-11-17 08:57:26 -05:00
test.cxx KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test.h KWIML: Avoid redefining _CRT_SECURE_NO_DEPRECATE in test.h 2011-11-12 08:00:13 -05:00
test_ABI_C.c KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test_ABI_CXX.cxx KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test_ABI_endian.h.in KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test_INT_C.c KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test_INT_CXX.cxx KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test_INT_format.h.in KWIML: Avoid conflict with C++11 user-defined literals 2012-03-20 15:49:49 -04:00
test_include_C.c KWIML: Test header inclusion after system headers 2011-11-17 08:57:26 -05:00
test_include_CXX.cxx KWIML: Avoid MSVC linker warning about not using C++ runtime 2011-11-21 11:02:26 -05:00