Fix MinGW builds (issues related to pragmas and format strings)

This commit is contained in:
awr1
2020-07-14 21:19:07 -05:00
parent 67a710efad
commit 700d8e6614
10 changed files with 55 additions and 35 deletions

View File

@@ -8,9 +8,9 @@ For details, see http://sourceforge.net/projects/libb64
#ifndef BASE64_CENCODE_H
#define BASE64_CENCODE_H
#ifdef _WIN32
#ifdef _MSC_VER
#pragma warning(disable : 4127 )
#endif // _WIN32
#endif // _MSC_VER
typedef enum
{