mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Suppress some pedantic warnings, props codemonkey82 (#204)
This commit is contained in:
@ -29,4 +29,7 @@ HRESULT DllGetVersion (DLLVERSIONINFO2* pdvi)
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
#else
|
||||
/* https://stackoverflow.com/a/26541331/664741 Suppresses gcc warning ISO C forbids an empty translation unit */
|
||||
typedef int make_iso_compilers_happy;
|
||||
#endif /* _WIN32 */
|
||||
|
Reference in New Issue
Block a user