From: Jim Meyering Date: Thu, 20 May 2010 06:44:23 +0000 (+0200) Subject: maint: enforce policy wrt VIR_ERROR and VIR_ERROR0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2f26addb25a8b44c52e5b805dc2616304e0fd790;p=libvirt.git maint: enforce policy wrt VIR_ERROR and VIR_ERROR0 * cfg.mk (msg_gen_function): Add VIR_ERROR and VIR_ERROR0, so that sc_libvirt_unmarked_diagnostics will check them, too. --- diff --git a/cfg.mk b/cfg.mk index 1ef73e2e82..3c2fc750fa 100644 --- a/cfg.mk +++ b/cfg.mk @@ -358,6 +358,8 @@ msg_gen_function += virXendError msg_gen_function += xenapiSessionErrorHandler msg_gen_function += xenUnifiedError msg_gen_function += xenXMError +msg_gen_function += VIR_ERROR +msg_gen_function += VIR_ERROR0 # Uncomment the following and run "make syntax-check" to see diagnostics # that are not yet marked for translation, but that need to be rewritten