summaryrefslogtreecommitdiffstats
path: root/kde/calligra/koffice-gcc46.patch
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-31 21:44:13 +0200
committertnut <tnut at nutyx dot com>2011-07-31 21:44:13 +0200
commit75855383cdcf310fc4e38a84ec4ca48618d58ad3 (patch)
tree1c1d486be24113142e3920c482fd6514915b317e /kde/calligra/koffice-gcc46.patch
parent6a4e5aeaf5264c5ab59b86215279f7d9b47e17f0 (diff)
downloadnutyx-extra-75855383cdcf310fc4e38a84ec4ca48618d58ad3.tar.gz
nutyx-extra-75855383cdcf310fc4e38a84ec4ca48618d58ad3.tar.bz2
nutyx-extra-75855383cdcf310fc4e38a84ec4ca48618d58ad3.tar.xz
nutyx-extra-75855383cdcf310fc4e38a84ec4ca48618d58ad3.zip
kdegraphics-thumbnailers, maj des dépendances
Diffstat (limited to 'kde/calligra/koffice-gcc46.patch')
-rw-r--r--kde/calligra/koffice-gcc46.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde/calligra/koffice-gcc46.patch b/kde/calligra/koffice-gcc46.patch
new file mode 100644
index 000000000..dcf8a4f85
--- /dev/null
+++ b/kde/calligra/koffice-gcc46.patch
@@ -0,0 +1,23 @@
+diff -up koffice-2.3.2/krita/plugins/formats/exr/exr_converter.cc.gcc46 koffice-2.3.2/krita/plugins/formats/exr/exr_converter.cc
+--- koffice-2.3.2/krita/plugins/formats/exr/exr_converter.cc.gcc46 2011-02-17 06:13:40.000000000 -0600
++++ koffice-2.3.2/krita/plugins/formats/exr/exr_converter.cc 2011-02-19 21:15:56.597142885 -0600
+@@ -80,6 +80,9 @@ ImageType imfTypeToKisType(Imf::PixelTyp
+ return IT_FLOAT16;
+ case Imf::FLOAT:
+ return IT_FLOAT32;
++ default:
++ // shouldn't reach here
++ return IT_UNSUPPORTED;
+ }
+ }
+
+@@ -93,6 +96,9 @@ const KoColorSpace* kisTypeToColorSpace(
+ case IT_UNKNOWN:
+ case IT_UNSUPPORTED:
+ return 0;
++ default:
++ // shouldn't reach here
++ return 0;
+ }
+ }
+