mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
825e044a5b
Fix the following build failure with gcc 11:
util/fluxbox-remote.cc: In function 'int main(int, char**)':
util/fluxbox-remote.cc:76:32: error: ordered comparison of pointer with integer zero ('unsigned char*' and 'int')
76 | && text_prop.value > 0
| ~~~~~~~~~~~~~~~~^~~
Fixes:
- http://autobuild.buildroot.org/results/6e718bb662aa4961ea264eb81e4b7e7b20485e30
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit
|
||
---|---|---|
.. | ||
0001-fixes-bug-1138.patch | ||
Config.in | ||
fluxbox.hash | ||
fluxbox.mk | ||
xsession |