commit | 57928fa1fd2222558543134211340f40ff1b9e02 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Mon Jan 23 15:41:17 2012 +0000 |
committer | Eric Paris <eparis@redhat.com> | Wed Mar 28 14:52:12 2012 -0400 |
tree | 1c87a6165ef217ec3ba2c04caa8eac3732b0446e | |
parent | da5e7e3b81c8300f597d01907d1b228e51ebe8f9 [diff] |
libselinux: Add more printf format annotations The public avc.h file must use a printf annotation in the struct callback members, otherwise application code will get compiler warnings that the method should have an annotation set. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>