diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-23 18:33:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-23 18:50:13 +0900 |
commit | 5c002058c053acade045f0be8e0f726e17ea96a2 (patch) | |
tree | 1e4eb01d51c326b0962c27d4d40323b5b7827935 /chalk/plugins | |
parent | f3e216f001d6fb6af75f9728930bddf3da59cccf (diff) | |
download | koffice-5c002058c053acade045f0be8e0f726e17ea96a2.tar.gz koffice-5c002058c053acade045f0be8e0f726e17ea96a2.zip |
Fixed typedef-related warnings from compiler. Also fixed warning on
keximdb, indirectly.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit daef72a0e41f0f3203386fc24aa818633e89d943)
Diffstat (limited to 'chalk/plugins')
-rw-r--r-- | chalk/plugins/filters/cimg/CImg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chalk/plugins/filters/cimg/CImg.h b/chalk/plugins/filters/cimg/CImg.h index 315d1fe3..25c1f0d9 100644 --- a/chalk/plugins/filters/cimg/CImg.h +++ b/chalk/plugins/filters/cimg/CImg.h @@ -15156,8 +15156,6 @@ namespace cimg_library { static CImg get_load_pandore(const char *filename) { std::FILE *file = cimg::fopen(filename,"rb"); typedef unsigned char uchar; - typedef unsigned short ushort; - typedef unsigned int uint; typedef unsigned long ulong; CImg dest; char tmp[32]; |