OSDN Git Service

Eliminate compiler warning with newer GCCs.
authorChris Schlaeger <cs@kde.org>
Thu, 11 Jun 2009 12:39:18 +0000 (14:39 +0200)
committerChris Schlaeger <cs@kde.org>
Thu, 11 Jun 2009 12:39:18 +0000 (14:39 +0200)
taskjuggler/Utility.cpp

index fb82c18..5e2bf21 100644 (file)
@@ -192,6 +192,7 @@ suggestTimingResolution()
          return 60 * 15;
 
      qFatal("Your timezone is not 15, 30 or 60 minutes aligned to UTC!");
+     return -1;
 }
 
 bool