Skip to content

Draft: Add `-Wunclassified` warning flag so all warnings have flags (#22757)

Adam Gundry requested to merge wip/amg/T22757 into master

This adds a new warning flag -Wunclassified, for warnings that do not otherwise have a flag. In particular this means that warnings such as those generated by reportWarning in Template Haskell can still be suppresed using -w.

Edited by Adam Gundry

Merge request reports