]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Makefile.uk: -Wno-char-subscripts as global flag RELEASE-0.4
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Mon, 17 Feb 2020 19:06:24 +0000 (20:06 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Mon, 17 Feb 2020 19:34:21 +0000 (20:34 +0100)
commitddc1a4308f9ec8ce742d80e6203a4e76ae5bf802
tree06e2f354bef1480c259a8018c319cc99354da2cf
parent08ddd95d83f71a1d2bec7de6afb1894e40f442ed
Makefile.uk: -Wno-char-subscripts as global flag

Exposes the GCC suppress flag `-Wno-char-subscripts` globally. The
header <ctype.h> is causing the warning to appear when the
macros islower, isupper, tolower, toupper are used.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk