aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/blocking/mpcp.cpp
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2012-04-11 08:39:17 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2012-04-11 09:06:59 -0400
commit20f6bc1e25b366c55fb95fb084ded37407042071 (patch)
tree678a6dd413e62628f87e888886abec93fb9258d5 /native/src/blocking/mpcp.cpp
parent77b614ec4df27dc0713dc71a2bf38527a4df4386 (diff)
Suppress superfluous warnings
- There are many unused parameters. This is ok, so tell gcc to ignore them. - The code still uses the (well-working) class ext::hash_map<>, which will trigger deprecation warnings. Ignore this for now; the alternatives are only available in recent C++ standard libraries. - Disable warnings alltogether for Swig-generated code. Swig sometimes generates meaningless self-assignments and triggers strict aliasing and a bunch of other warnings. Let's just trust Swig that it knows what it is doing.
Diffstat (limited to 'native/src/blocking/mpcp.cpp')
0 files changed, 0 insertions, 0 deletions