Skip to content

Commit

Permalink
compile error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jefry-vcube committed Oct 27, 2016
1 parent eb2bc31 commit a2558c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deps/cares/cares.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
}],
[ 'OS=="win"', {
'include_dirs': [ 'config/win32' ],
'msvs_disabled_warnings': [4133],
'msvs_disabled_warnings': [4133, 4018],
'sources': [
'src/config-win32.h',
'src/windows_port.c',
Expand Down
5 changes: 0 additions & 5 deletions deps/openssl/asm/arm-void-gas/modes/ghash-armv4.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
.text
.code 32

#ifdef __clang__
#define ldrplb ldrbpl
#define ldrneb ldrbne
#endif

.type rem_4bit,%object
.align 5
rem_4bit:
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/openssl.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
]
}],
['is_clang==1 or gcc_version>=43', {
#'cflags': ['-Wno-error=unused-command-line-argument', '-Wno-error=parentheses-equality'],
'cflags': ['-Wno-error=unused-command-line-argument', '-Wno-error=parentheses-equality', '-no-integrated-as'],
}],
['OS=="solaris"', {
'defines': ['__EXTENSIONS__'],
Expand Down

0 comments on commit a2558c1

Please sign in to comment.