From daef72a0e41f0f3203386fc24aa818633e89d943 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 Aug 2018 18:33:22 +0900 Subject: Fixed typedef-related warnings from compiler. Also fixed warning on keximdb, indirectly. Signed-off-by: Michele Calgaro --- chalk/plugins/filters/cimg/CImg.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'chalk/plugins/filters') 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]; -- cgit v1.2.1