diff --git a/deps/openssl/openssl_asm.gypi b/deps/openssl/openssl_asm.gypi index d1b3fbbcd6a7..6ad606568074 100644 --- a/deps/openssl/openssl_asm.gypi +++ b/deps/openssl/openssl_asm.gypi @@ -77,5 +77,8 @@ # Other architectures don't use assembly 'includes': ['config/archs/linux-x86_64/asm/openssl.gypi'], }], + [ 'clang==1 and OS!="win"', { + 'cflags': [ '-Wno-unused-command-line-argument' ], + }], ], }