Module Name: src Committed By: rillig Date: Thu Oct 31 08:18:20 UTC 2024
Modified Files: src/external/mit/xorg/lib/libxcb: xcb.mk Log Message: libxcb: suppress the most common lint warnings The code constantly converts between pointer types that are not clearly related, it removes 'const' from casts and assigns 'int = (ptr - ptr)'. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/libxcb/xcb.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.