summaryrefslogtreecommitdiff
path: root/libopenjpeg/event.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-07-29 08:50:55 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-07-29 08:50:55 +0000
commit5743cca5f851a6c33462f66c2006ca5fc78f3c12 (patch)
tree79b6e8fa9323b1213d64019b2b7acfe364e81543 /libopenjpeg/event.c
parente716a316f60f66cd5a6fb07b88b2cb8b9c815cec (diff)
solve some obvious warnings for WIN platform, increase number of warning reported on the dashboard, correct last warnings with gcc 4.4 (-Wall)
Diffstat (limited to 'libopenjpeg/event.c')
-rw-r--r--libopenjpeg/event.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libopenjpeg/event.c b/libopenjpeg/event.c
index df684ba2..0dc22f12 100644
--- a/libopenjpeg/event.c
+++ b/libopenjpeg/event.c
@@ -30,6 +30,7 @@
Utility functions
==========================================================*/
+#ifdef OPJ_CODE_NOT_USED
#ifndef _WIN32
static char*
i2a(unsigned i, char *a, unsigned r) {
@@ -58,7 +59,7 @@ _itoa(int i, char *a, int r) {
}
#endif /* !_WIN32 */
-
+#endif
/* ----------------------------------------------------------------------- */
opj_event_mgr_t* OPJ_CALLCONV opj_set_event_mgr(opj_common_ptr cinfo, opj_event_mgr_t *event_mgr, void *context) {