diff options
author | Dave Airlie <airlied@redhat.com> | 2012-03-06 14:59:46 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-03-06 15:41:16 +0000 |
commit | f5c58c07d4a3ef62ea121fed16ed623dbf6f0aa9 (patch) | |
tree | 5ff52250d2e668ea8f67ab8401c92887f4c86314 /drv/fb | |
parent | 26e10dd118a50c5ad77452b7859bb0b3dfdb047e (diff) |
build fixes for new warning flags
Diffstat (limited to 'drv/fb')
-rw-r--r-- | drv/fb/fb24_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drv/fb/fb24_32.c b/drv/fb/fb24_32.c index ff54931e5..466004c4f 100644 --- a/drv/fb/fb24_32.c +++ b/drv/fb/fb24_32.c @@ -633,5 +633,6 @@ drvfb24_32ModifyPixmapHeader (DrvPixmapPtr pPixmap, return miModifyPixmapHeader(pPixmap, width, height, depth, bitsPerPixel, devKind, pPixData); #endif + return FALSE; } |