Skip to content

Commit

Permalink
Revert "_kompiler.py: add ignore_warnings argument to kompile call"
Browse files Browse the repository at this point in the history
This reverts commit 47594df.
  • Loading branch information
JuanCoRo committed Jun 24, 2024
1 parent 47594df commit 65adaee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyk/src/pyk/testing/_kompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def __call__(
output_dir=output_dir,
type_inference_mode=TypeInferenceMode.CHECKED,
warnings_to_errors=True,
ignore_warnings=(),
)

return self._cache[kompile]
Expand Down

0 comments on commit 65adaee

Please sign in to comment.