xserver/hw
Enrico Weigelt, metux IT consult 0077c83414 (submit/fix-char-signedness) xfree86: common: xf86Option: fix char signess mismatch
On NetBSD gives warning:

In file included from /usr/include/ctype.h:100,
                 from ../hw/xfree86/common/xf86Option.c:39:
../hw/xfree86/common/xf86Option.c: In function ‘xf86NormalizeName’:
../hw/xfree86/common/xf86Option.c:915:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  915 |             if (isupper(*p))
      |                         ^
../hw/xfree86/common/xf86Option.c:916:32: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  916 |                 *q++ = tolower(*p);
      |                                ^

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-04-26 19:05:22 +02:00
..
kdrive os: unexport Os*() functions 2024-04-16 14:20:30 +02:00
vfb os: unexport Os*() functions 2024-04-16 14:20:30 +02:00
xfree86 (submit/fix-char-signedness) xfree86: common: xf86Option: fix char signess mismatch 2024-04-26 19:05:22 +02:00
xnest xnest: fix segfault in miCreateScreenResources() 2024-04-23 00:52:52 +00:00
xquartz Fix missing include of sys/stat.h 2024-04-17 10:55:10 +02:00
xwayland xwayland: Use exec name instead of hardcoding '/Xwayland' 2024-04-17 15:20:05 +00:00
xwin os: unexport Os*() functions 2024-04-16 14:20:30 +02:00
meson.build Drop DMX DDX 2021-09-07 09:34:31 +00:00