qconf.cc.patch 499 B

123456789101112131415161718192021
  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. #include "qconf.moc"
  7. -#include "images.c"
  8. +#include "images.h"
  9. #ifdef _
  10. # undef _
  11. @@ -318,7 +318,7 @@
  12. showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt),
  13. rootEntry(0), headerPopup(0)
  14. {
  15. - int i;
  16. + int i __attribute__((unused));
  17. setObjectName(name);
  18. setSortingEnabled(false);