On Tue, Apr 17, 2012 at 12:59:25PM +0200, Joerg Sonnenberger wrote: > 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.
Hmm. The change reverted: $ cd /usr/src/tests/modules $ make cc1: warnings being treated as errors t_modctl.c: In function 'atfu_cmd_load_body': t_modctl.c:297:2: error: zero-length gnu_printf format string *** Error code 1 - Jukka.