schveiguy / raylib-d

Resurrected copy of onroundit's raylib-d
zlib License
55 stars 14 forks source link

Apply printf pragma to TextFormat #28

Open schveiguy opened 1 year ago

schveiguy commented 1 year ago

The compiler has a feature to warn on bad printf-style formats:

https://dlang.org/spec/pragma.html#printf

It should be applied to TextFormat.