diff options
| author | Remko Tronçon <git@el-tramo.be> | 2011-09-30 18:03:58 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2011-09-30 18:04:25 (GMT) |
| commit | af976a75b5e1b504a340602659ef930109cd2c48 (patch) | |
| tree | 9758f37bfa7ac4b01c6e11c5adb8ccf0a6b9ed1d | |
| parent | 491413211a2f74a4c6b4112356dd6ea9c9484c92 (diff) | |
| download | swift-af976a75b5e1b504a340602659ef930109cd2c48.zip swift-af976a75b5e1b504a340602659ef930109cd2c48.tar.bz2 | |
Fixed warnings.
| -rw-r--r-- | Swiften/Network/NATPMPInterface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Network/NATPMPInterface.cpp b/Swiften/Network/NATPMPInterface.cpp index 74f582c..298240a 100644 --- a/Swiften/Network/NATPMPInterface.cpp +++ b/Swiften/Network/NATPMPInterface.cpp @@ -8,6 +8,7 @@ #include <Swiften/Base/Log.h> +#pragma GCC diagnostic ignored "-Wold-style-cast" namespace Swift { |
Swift