]> git.sur5r.net Git - kconfig-frontends/blob - frontends/qconf/qconf.cc.patch
frontends/qconf: silence a warning
[kconfig-frontends] / frontends / qconf / qconf.cc.patch
1 diff --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);