diff options
author | tnut <tnut at nutyx dot com> | 2011-10-05 19:10:13 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-05 19:10:13 +0200 |
commit | b5d54f482500caf4ff91671ce5c83ebd844d190d (patch) | |
tree | 756ad5daf6c4fa3e9b025a43b586dfa33a416658 /kde/calligra/koffice-gcc46.patch | |
parent | 95ff11b4c3fade0502a593b5941735bc9bdf2072 (diff) | |
parent | bc57b5cf7edb913ba3c61a525c009257a85af0a7 (diff) | |
download | nutyx-extra-b5d54f482500caf4ff91671ce5c83ebd844d190d.tar.gz nutyx-extra-b5d54f482500caf4ff91671ce5c83ebd844d190d.tar.bz2 nutyx-extra-b5d54f482500caf4ff91671ce5c83ebd844d190d.tar.xz nutyx-extra-b5d54f482500caf4ff91671ce5c83ebd844d190d.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'kde/calligra/koffice-gcc46.patch')
-rw-r--r-- | kde/calligra/koffice-gcc46.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/kde/calligra/koffice-gcc46.patch b/kde/calligra/koffice-gcc46.patch deleted file mode 100644 index dcf8a4f85..000000000 --- a/kde/calligra/koffice-gcc46.patch +++ /dev/null @@ -1,23 +0,0 @@ -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; - } - } - |