[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/date
From:       David Jarvie <software () astrojar ! org ! uk>
Date:       2009-06-06 10:08:57
Message-ID: 1244282937.404457.30814.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 978177 by djarvie:

Remove warnings

 M  +0 -6      kdatetime.cpp  


--- trunk/KDE/kdelibs/kdecore/date/kdatetime.cpp #978176:978177
@@ -257,9 +257,6 @@
             s << static_cast<quint8>('o') << spec.utcOffset();
             break;
         case KDateTime::TimeZone:
-#ifdef __GNUC__
-#warning TODO: write full time zone data?
-#endif
             s << static_cast<quint8>('z') << (spec.timeZone().isValid() ? \
spec.timeZone().name() : QString());  break;
         case KDateTime::ClockTime:
@@ -296,9 +293,6 @@
             QString zone;
             s >> zone;
             KTimeZone tz = KSystemTimeZones::zone(zone);
-#ifdef __GNUC__
-#warning TODO: read full time zone data?
-#endif
             spec.setType(tz);
             break;
         }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic