Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: xsrc/external/mit/libdrm/dist
Module Name: xsrc
Committed By: riastradh
Date: Thu Feb 25 04:48:24 UTC 2016
Modified Files:
xsrc/external/mit/libdrm/dist: xf86atomic.h
Log Message:
Use unsigned int, not int, for LIBDRM_ATOMIC_TYPE.
Otherwise we pass int * to atomic_..._uint operations that expect
unsigned int *.
(Not clear to me why GCC doesn't warn about a pointer signedness
issue here but Clang does.)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/libdrm/dist/xf86atomic.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index