[screen-devel] [bug #62076] bashisms in configure.ac (master branch)

2022-02-17 Thread Vincent Lefèvre
URL: Summary: bashisms in configure.ac (master branch) Project: GNU Screen Submitted by: vinc17 Submitted on: ven. 18 févr. 2022 01:33:45 UTC Category: Build/Install S

[screen-devel] suspicious code in encoding.c

2022-02-17 Thread Vincent Lefevre
When compiling encoding.c from the screen-v4 branch: encoding.c: In function ‘AddUtf8’: display.h:322:18: warning: overflow in conversion from ‘int’ to ‘char’ changes value from ‘c >> 12 & 12288^ 248’ to ‘-8’ [-Woverflow] 322 | *D_obufp++ = (c); \ | ^ encoding.c:682: