[Digikam-devel] [digikam] libs/dimg/filters/icc: add comment about unreachable code

Andi Clemens andi.clemens at googlemail.com
Fri Dec 23 22:28:30 GMT 2011


Git commit 0d1ea11c6fc0d050eeb32d6bad1eeb4ae4b7d982 by Andi Clemens.
Committed on 23/12/2011 at 23:05.
Pushed by aclemens into branch 'master'.

add comment about unreachable code

CCMAIL:digikam-devel at kde.org

M  +3    -0    libs/dimg/filters/icc/iccsettings.cpp

http://commits.kde.org/digikam/0d1ea11c6fc0d050eeb32d6bad1eeb4ae4b7d982

diff --git a/libs/dimg/filters/icc/iccsettings.cpp b/libs/dimg/filters/icc/iccsettings.cpp
index bfce04e..cf69f3a 100644
--- a/libs/dimg/filters/icc/iccsettings.cpp
+++ b/libs/dimg/filters/icc/iccsettings.cpp
@@ -271,6 +271,9 @@ IccProfile IccSettings::IccSettingsPriv::profileFromWindowSystem(QWidget* widget
     //TODO
 #endif
 
+
+    // FIXME: unreachable code
+
     return IccProfile();
 }
 




More information about the Digikam-devel mailing list