warning: missing case in switch
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 7 Feb 2011 11:46:59 +0000 (12:46 +0100)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 16 Feb 2011 13:24:17 +0000 (14:24 +0100)
zypp/DownloadMode.cc

index c252991..f27bc00 100644 (file)
@@ -36,6 +36,7 @@ namespace zypp
     switch ( obj )
     {
 #define OUTS(VAL) case VAL: return str << #VAL; break
+      OUTS( DownloadDefault );
       OUTS( DownloadOnly );
       OUTS( DownloadInAdvance );
       OUTS( DownloadInHeaps );