package/fluxbox: fix build with gcc 11
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 1 Aug 2021 22:35:09 +0000 (00:35 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 3 Aug 2021 16:04:20 +0000 (18:04 +0200)
commitb1fce2f871c472de1acf25ae2a663e61f4e921f1
treebcb515e7c7cc5612423dc6404f7f5d50841b658c
parent4b2be770b8a853a7dd97b5788d837f0d84923fa1
package/fluxbox: fix build with gcc 11

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>
package/fluxbox/0001-fixes-bug-1138.patch [new file with mode: 0644]