dlang-community / Pegged

A Parsing Expression Grammar (PEG) module, using the D programming language.
534 stars 66 forks source link

Remove deprecated -check-printf-calls dflag for LDC #330

Closed kinke closed 1 year ago

kinke commented 1 year ago

It's deprecated since LDC v1.31, as pragma(printf) (used by core.stdc.stdio) is much better and supported by all compilers. Additionally, I haven't found a single printf occurrence in this repo here.