summaryrefslogtreecommitdiffstats
path: root/Utilities/KWIML
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-03-20 19:42:18 (GMT)
committerBrad King <brad.king@kitware.com>2012-03-20 19:49:49 (GMT)
commit10272e6403bb73466af04c63ed6a3b97a4f70a33 (patch)
tree3ec9ac1e52dabbd96c520a3fb2c0c95aa2e2f444 /Utilities/KWIML
parentf94ae0ecdac2fd8e8d68dde7dd16550bdee0493d (diff)
downloadCMake-10272e6403bb73466af04c63ed6a3b97a4f70a33.zip
CMake-10272e6403bb73466af04c63ed6a3b97a4f70a33.tar.gz
CMake-10272e6403bb73466af04c63ed6a3b97a4f70a33.tar.bz2
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.
Diffstat (limited to 'Utilities/KWIML')
0 files changed, 0 insertions, 0 deletions