https://github.com/Kitware/CMake
Revision 10272e6403bb73466af04c63ed6a3b97a4f70a33 authored by Brad King on 20 March 2012, 19:42:18 UTC, committed by Brad King on 20 March 2012, 19:49:49 UTC
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.
1 parent f94ae0e
History
Tip revision: 10272e6403bb73466af04c63ed6a3b97a4f70a33 authored by Brad King on 20 March 2012, 19:42:18 UTC
KWIML: Avoid conflict with C++11 user-defined literals
Tip revision: 10272e6
File Mode Size
test
ABI.h.in -rw-r--r-- 18.6 KB
CMakeLists.txt -rw-r--r-- 2.8 KB
Copyright.txt -rw-r--r-- 1.5 KB
INT.h.in -rw-r--r-- 25.6 KB
README.txt -rw-r--r-- 1.4 KB

README.txt

back to top