> I was working on removing the warnings which get triggered after
> enabling macro `FT_LOGGING' in ftoption.h file to use dlg library
> for logging on a file. If `FT_LOGGING' macro is enabled FT_TRACE
> messages are handled by dlg's API which internally uses a function
> of `printf' like format, therefore, I was getting many [-Wformat=]
> warnings. I have updated the code locally to handle most of these
> warnings. But there are several other warnings like which I don't
> know how to fix: [...]
These are now fixed in master. Thanks for the report!
Werner