diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-18 17:04:14 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-18 17:04:14 +0100 |
commit | 79112159f8f87efb5aa6fc98def89f4cd50545e8 (patch) | |
tree | 8dfafd5690cfb744ee86edfbbbe69dbc5d7779d3 /src/parser.cpp | |
parent | 9f6bfcaf9985dd9f6911c95b5df95e1d72a63f0f (diff) | |
download | sciteco-79112159f8f87efb5aa6fc98def89f4cd50545e8.tar.gz |
disable some bogus warnings for LLVM/Clang
* -Wmismatched-tags does not appear to exist on GCC:
but we need to be able to refer to classes with both struct and class keywords
because of the BSD data types
* -Wchar-subscripts exists on GCC and may or may not be in -Wall.
We disable it since we use character literals as subscripts - they are
actually of type char in C++, in contrast to C where they are of type
int.
Diffstat (limited to 'src/parser.cpp')
0 files changed, 0 insertions, 0 deletions