Ubuntu – How to leverage the [*]printf format type specification warnings?
As we all know and love (or hate), GCC has the capability of issuing warnings when you attempt to use the printf() family of functions with mismatched type specifications. In our code, we have a number of utility functions of…