Remove -Werror to fix this:
./linenoise.c: In function 'linenoiseEdit':
./linenoise.c:765: warning: comparison is always false due to limited range of data type
With -Werror, it causes a build error on GCC architectures.
PR: 237555
|  Differential  D20285  
textproc/topic: fix build with GCC-based architectures Authored by pkubaj on May 17 2019, 10:49 AM. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details Remove -Werror to fix this: With -Werror, it causes a build error on GCC architectures. PR: 237555 
Diff Detail 
 Event TimelineComment Actions Not quite sure if that makes sense. Won't the compiled binary basically do garbage in this case? |