Supressing an annoying warning, repeated numerous times. (no issue)

This commit is contained in:
Hombrenatureh.510
2014-03-24 21:53:26 +01:00
parent fac51a63d8
commit bb823bcf15
2 changed files with 3 additions and 5 deletions

View File

@@ -431,7 +431,9 @@ protected:
}
};
inline static int getTypeSize( TagType type );
inline static int getTypeSize( TagType type ) {
return ("11124811248484"[type<14?type:0]-'0');
}
extern const TagAttrib exifAttribs[];
extern const TagAttrib gpsAttribs[];