We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f90dac commit 0cd17d5Copy full SHA for 0cd17d5
ocaml/runtime4/Makefile
@@ -234,6 +234,7 @@ prims.c : primitives
234
(echo '#define CAML_INTERNALS'; \
235
echo '#include "caml/mlvalues.h"'; \
236
echo '#include "caml/prims.h"'; \
237
+ echo '#pragma GCC diagnostic ignored "-Wdeprecated-non-prototype"'; \
238
sed -e 's/.*/extern value &();/' primitives; \
239
echo 'c_primitive caml_builtin_cprim[] = {'; \
240
sed -e 's/.*/ &,/' primitives; \
0 commit comments