diff --git a/binding.gyp b/binding.gyp index d5582af..290cf4f 100644 --- a/binding.gyp +++ b/binding.gyp @@ -5,7 +5,10 @@ { 'includes': ['deps/common.gypi'], 'variables': { - 'is_alpine%': '= 14 makes it a hard + # error that -w does not suppress. + 'cflags': ['-std=gnu99', '-w'], 'xcode_settings': { 'OTHER_CFLAGS': ['-std=c99'], 'WARNING_CFLAGS': ['-w'], diff --git a/deps/sqlite3.gyp b/deps/sqlite3.gyp index b4021cd..95384a5 100755 --- a/deps/sqlite3.gyp +++ b/deps/sqlite3.gyp @@ -6,9 +6,6 @@ { 'includes': ['common.gypi'], - 'variables': { - 'is_alpine%': '