Skip to content

Commit 139e4b9

Browse files
committedNov 16, 2023
Show cast-function-type compiler warnings
1 parent 9680f00 commit 139e4b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/binding.gyp

-5
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,6 @@
223223
'configurations': {
224224
'Release': {
225225
'conditions': [
226-
['OS == "linux"', {
227-
'cflags_cc': [
228-
'-Wno-cast-function-type'
229-
]
230-
}],
231226
['target_arch == "arm"', {
232227
'cflags_cc': [
233228
'-Wno-psabi'

0 commit comments

Comments
 (0)
Please sign in to comment.