summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-09-07 15:52:36 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-09-07 15:52:36 +0300
commit475ba2111f5c3e0eb755a954785e09d3a35dfabf (patch)
tree0c9d99c9718a89cf2929a11c596d1e58fb6caed2 /rpmqv.c
parent59f791f591059ba44dcbbfe50fa20390e8565781 (diff)
downloadrpm-475ba2111f5c3e0eb755a954785e09d3a35dfabf.tar.gz
rpm-475ba2111f5c3e0eb755a954785e09d3a35dfabf.tar.bz2
rpm-475ba2111f5c3e0eb755a954785e09d3a35dfabf.zip
Add noreturn annotations to argerror() helper functions
Diffstat (limited to 'rpmqv.c')
-rw-r--r--rpmqv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmqv.c b/rpmqv.c
index e226f42d6..38401526c 100644
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -127,6 +127,7 @@ static struct poptOption optionsTable[] = {
long _stksize = 64 * 1024L;
#endif
+RPM_GNUC_NORETURN
static void argerror(const char * desc)
{
fprintf(stderr, _("%s: %s\n"), __progname, desc);