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:33:22 +0900 |
commit | daef72a0e41f0f3203386fc24aa818633e89d943 (patch) | |
tree | a4e3df70463ae1234845728eb7076c9d469f21bb /chalk | |
parent | 7a7c17092fcdd4772fb6e499ef13429f96ac04bb (diff) | |
download | koffice-daef72a0e41f0f3203386fc24aa818633e89d943.tar.gz koffice-daef72a0e41f0f3203386fc24aa818633e89d943.zip |
Fixed typedef-related warnings from compiler. Also fixed warning on
keximdb, indirectly.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'chalk')
-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]; |