On Tue, Apr 17, 2012 at 06:23:52AM +0000, Jukka Ruohonen wrote: > Module Name: src > Committed By: jruoho > Date: Tue Apr 17 06:23:52 UTC 2012 > > Modified Files: > src/tests/modules: t_modctl.c > > Log Message: > Avoid zero-length format string.
This shouldn't be needed, -Wno-format-zero-length should take care of it. Joerg