import RT-Thread@9217865c without bsp, libcpu and components/net
This commit is contained in:
commit
e2376a3709
1414 changed files with 390370 additions and 0 deletions
21
tools/kconfig-frontends/frontends/qconf/qconf.cc.patch
Normal file
21
tools/kconfig-frontends/frontends/qconf/qconf.cc.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
diff --git a/frontends/qconf/qconf.cc b/frontends/qconf/qconf.cc
|
||||
--- a/frontends/qconf/qconf.cc
|
||||
+++ b/frontends/qconf/qconf.cc
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "qconf.h"
|
||||
|
||||
#include "qconf.moc"
|
||||
-#include "images.c"
|
||||
+#include "images.h"
|
||||
|
||||
#ifdef _
|
||||
# undef _
|
||||
@@ -318,7 +318,7 @@
|
||||
showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt),
|
||||
rootEntry(0), headerPopup(0)
|
||||
{
|
||||
- int i;
|
||||
+ int i __attribute__((unused));
|
||||
|
||||
setObjectName(name);
|
||||
setSortingEnabled(false);
|
Loading…
Add table
Add a link
Reference in a new issue