xref: /nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/qconf.cc.patch (revision 104654410c56c573564690304ae786df310c91fc)
1diff --git a/frontends/qconf/qconf.cc b/frontends/qconf/qconf.cc
2--- a/frontends/qconf/qconf.cc
3+++ b/frontends/qconf/qconf.cc
4@@ -32,7 +32,7 @@
5 #include "qconf.h"
6
7 #include "qconf.moc"
8-#include "images.c"
9+#include "images.h"
10
11 #ifdef _
12 # undef _
13@@ -318,7 +318,7 @@
14 	  showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt),
15 	  rootEntry(0), headerPopup(0)
16 {
17-	int i;
18+	int i __attribute__((unused));
19
20 	setObjectName(name);
21 	setSortingEnabled(false);
22