Skip to content

Commit e543f18

Browse files
committed
Disable -Wcast-function-type-mismatch in the native module.
These casts in host.c are unavoidable.
1 parent 99a86c4 commit e543f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/module/module.cproj

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</DefineConstants>
1010
<DisableWarnings>
1111
$(DisableWarnings);
12+
cast-function-type-mismatch;
1213
cast-qual
1314
</DisableWarnings>
1415
<RuntimeIdentifiers>

0 commit comments

Comments
 (0)