Undo warning as error -Wno-error=incompatible-function-pointer-types
fails
#23033
Closed
vadimkantorov
started this conversation in
General
Replies: 1 comment 1 reply
-
Looks like you are missing the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
emcc -c -D_GNU_SOURCE -D_POSIX_C_SOURCE -DSTANDARD_C -DPERL_USE_SAFE_PUTENV -DNO_MATHOMS -Wno-null-pointer-arithmetic -Wno-error=incompatible-function-pointer-type -pipe -fstack-protector-strong -Wall -O2 -DVERSION=\"2.20\" -DXS_VERSION=\"2.20\" "-I../.." POSIX.c warning: unknown warning option '-Werror=incompatible-function-pointer-type'; did you mean '-Werror=incompatible-function-pointer-types'? [-Wunknown-warning-option]
I'm trying to override the following error via passing
-Wno-error=incompatible-function-pointer-types
. How to do this with emcc/clang?Beta Was this translation helpful? Give feedback.
All reactions