fixed various minor warnings with gdcm patches

This commit is contained in:
Antonin Descampe
2006-01-20 16:53:05 +00:00
parent 197b0505cb
commit 6a52f1a9df
7 changed files with 39 additions and 32 deletions

View File

@@ -26,9 +26,9 @@
#include "opj_includes.h"
// ==========================================================
// Utility functions
// ==========================================================
/* ==========================================================
Utility functions
==========================================================*/
#ifndef WIN32
static char*
@@ -57,7 +57,7 @@ _itoa(int i, char *a, int r) {
return a;
}
#endif // !WIN32
#endif /* !WIN32 */
/* ----------------------------------------------------------------------- */