Attempt to fix clang warnings in rtexif/stdattribs.cc (see #2017)

https://github.com/Beep6581/RawTherapee/issues/2017#issuecomment-361060194
This commit is contained in:
Hombre
2018-01-28 14:47:56 +01:00
parent 70379f4a19
commit 2f1ab34ef1
3 changed files with 15 additions and 15 deletions

View File

@@ -236,7 +236,7 @@ public:
void initLongArray (const char* data, int len);
void initRational (int num, int den);
static void swapByteOrder2 (char *buffer, int count);
static void swapByteOrder2 (unsigned char *buffer, int count);
// get basic tag properties
int getID () const