Huw Davies : comctl32: Silence a few compiler warnings.

Alexandre Julliard julliard at winehq.org
Wed May 5 11:08:37 CDT 2010


Module: wine
Branch: master
Commit: 1af17844301c4924dd8324cbf2f9c3c1ef0394b2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1af17844301c4924dd8324cbf2f9c3c1ef0394b2

Author: Huw Davies <huw at codeweavers.com>
Date:   Tue May  4 14:05:13 2010 +0100

comctl32: Silence a few compiler warnings.

---

 dlls/comctl32/datetime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/datetime.c b/dlls/comctl32/datetime.c
index dc2dd12..2418950 100644
--- a/dlls/comctl32/datetime.c
+++ b/dlls/comctl32/datetime.c
@@ -614,7 +614,7 @@ DATETIME_ReturnFieldWidth (const DATETIME_INFO *infoPtr, HDC hdc, int count, SHO
 		    lctype = LOCALE_SABBREVMONTHNAME1;
 		    max_count = 12;
 		    break;
-		case FULLMONTH:
+		default: /* FULLMONTH */
 		    fall   = fld_mon;
 		    lctype = LOCALE_SMONTHNAME1;
 		    max_count = 12;




More information about the wine-cvs mailing list