Saki to [email protected]English • 7 months agoI get this error when trying to build fbterm, is it possible to fix?lemmy.blahaj.zoneimagemessage-square2fedilinkarrow-up19
arrow-up19imageI get this error when trying to build fbterm, is it possible to fix?lemmy.blahaj.zoneSaki to [email protected]English • 7 months agomessage-square2fedilink
minus-square@[email protected]linkfedilink3•7 months agoDid you modify the make file? By what I understood from the source code, the -1 is a separator for differente escape codes The make file defines if it’s ok to implicitly convert -1 to an unsigned integer (note the -W narrowing flag in red).
Did you modify the make file? By what I understood from the source code, the -1 is a separator for differente escape codes
The make file defines if it’s ok to implicitly convert -1 to an unsigned integer (note the -W narrowing flag in red).