Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Patch out no-old-style-declaration flag to remove warnings from opens…
Browse files Browse the repository at this point in the history
…sl build
  • Loading branch information
MarshallOfSound authored and codebytere committed Aug 29, 2018
1 parent b175a5a commit 761652c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deps/openssl/openssl_common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
],
}, {
# linux and others
'cflags': ['-Wno-missing-field-initializers',
## TODO: check gcc_version>=4.3
'-Wno-old-style-declaration'],
'cflags': ['-Wno-missing-field-initializers'],
'defines': [
'OPENSSLDIR="/etc/ssl"',
'ENGINESDIR="/dev/null"',
Expand Down

0 comments on commit 761652c

Please sign in to comment.