Browse Source

dpkg-trigger: Mark do_check with DPKG_ATTR_NORET

Guillem Jover 16 years ago
parent
commit
24bd7ac063
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/trigcmd.c

+ 1 - 1
src/trigcmd.c

@@ -143,7 +143,7 @@ static const struct trigdefmeths tdm_add = {
 	.trig_end = tdm_add_trig_end,
 	.trig_end = tdm_add_trig_end,
 };
 };
 
 
-static void
+static void DPKG_ATTR_NORET
 do_check(void)
 do_check(void)
 {
 {
 	int uf;
 	int uf;