Skip to content

Commit

Permalink
flambda-backend: Disable warning abut unknown pragma.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc committed Nov 1, 2023
1 parent 9194341 commit 2e864d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ AS_CASE([$ocaml_cv_cc_vendor],
cc_warnings=''],
[outputobj='-o '
warn_error_flag='-Werror'
cc_warnings="-Wall -Wint-conversion -Wstrict-prototypes \
cc_warnings="-Wall -Wno-pragmas -Wint-conversion -Wstrict-prototypes \
-Wold-style-definition"])

AS_CASE([$enable_warn_error,OCAML__DEVELOPMENT_VERSION],
Expand Down

0 comments on commit 2e864d0

Please sign in to comment.