Josh Klodnicki

Results 2 comments of Josh Klodnicki

The `v*printf`-style functions can also be marked using ``` format(, , 0) ``` to check the format string itself for errors. See [the same link](https://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/Function-Attributes.html).

> When the format attribute is added, we get a massive amounts of warnings from `test_suite.cpp` I believe I fixed this in [my fork](https://github.com/joshklod/printf). See [`joshklod:format-attr`](https://github.com/joshklod/printf/tree/format-attr) for my implementation of...