[beast: 23/31] BSE: bseprocidl.cc: silence compiler



commit 1a7e565515ebe7f35fb24f7e7e873d8ec5fdbb3f
Author: Tim Janik <timj gnu org>
Date:   Fri Jun 12 19:19:20 2015 +0200

    BSE: bseprocidl.cc: silence compiler

 bse/bseprocidl.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/bse/bseprocidl.cc b/bse/bseprocidl.cc
index d0452f7..41b89e1 100644
--- a/bse/bseprocidl.cc
+++ b/bse/bseprocidl.cc
@@ -9,6 +9,8 @@
 #include <string>
 #include <set>
 
+#pragma GCC diagnostic ignored "-Wmissing-declarations"
+
 std::set<std::string> needTypes;
 std::set<std::string> needClasses;
 std::set<std::string> excludeTypes;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]