Skip to content

Commit a2558c1

Browse files
committed
compile error fixes
1 parent eb2bc31 commit a2558c1

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

deps/cares/cares.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
}],
116116
[ 'OS=="win"', {
117117
'include_dirs': [ 'config/win32' ],
118-
'msvs_disabled_warnings': [4133],
118+
'msvs_disabled_warnings': [4133, 4018],
119119
'sources': [
120120
'src/config-win32.h',
121121
'src/windows_port.c',

deps/openssl/asm/arm-void-gas/modes/ghash-armv4.S

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
.text
44
.code 32
55

6-
#ifdef __clang__
7-
#define ldrplb ldrbpl
8-
#define ldrneb ldrbne
9-
#endif
10-
116
.type rem_4bit,%object
127
.align 5
138
rem_4bit:

deps/openssl/openssl.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
]
175175
}],
176176
['is_clang==1 or gcc_version>=43', {
177-
#'cflags': ['-Wno-error=unused-command-line-argument', '-Wno-error=parentheses-equality'],
177+
'cflags': ['-Wno-error=unused-command-line-argument', '-Wno-error=parentheses-equality', '-no-integrated-as'],
178178
}],
179179
['OS=="solaris"', {
180180
'defines': ['__EXTENSIONS__'],

0 commit comments

Comments
 (0)