Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: xsrc/external/mit/pixman/dist/pixman



Module Name:    xsrc
Committed By:   apb
Date:           Fri Nov  2 12:39:02 UTC 2012

Modified Files:
        xsrc/external/mit/pixman/dist/pixman: pixman-private.h pixman.h

Log Message:
PIXMAN_OP_any may be stored in variables of type pixman_op_t (which
is an enum type).  Change the way pixman_op_t is defined, so that
PIXMAN_OP_any is now a valid value of the enum type, instead of being
a #define'd constant that was out of range.  This fixes warnings from
clang -Wtautological-constant-out-of-range-compare.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.10 -r1.2 \
    xsrc/external/mit/pixman/dist/pixman/pixman-private.h
cvs rdiff -u -r1.1.1.9 -r1.2 xsrc/external/mit/pixman/dist/pixman/pixman.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