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




To: source-changes%NetBSD.org@localhost

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

From: "Alan Barrett" <apb%netbsd.org@localhost>

Date: Fri, 2 Nov 2012 12:39:02 +0000


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.






Prev by Date: CVS commit: xsrc/external/mit/MesaLib/dist/src

Next by Date: CVS commit: src/usr.bin/flock

Previous by Thread: CVS commit: xsrc/external/mit/MesaLib/dist/src

Next by Thread: CVS commit: src/usr.bin/flock

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index