src/oping.c: Fix a compiler warning about uninitialized variables.
authorFlorian Forster <octo@verplant.org>
Wed, 16 Feb 2011 08:45:35 +0000 (09:45 +0100)
committerFlorian Forster <octo@verplant.org>
Wed, 16 Feb 2011 08:45:35 +0000 (09:45 +0100)
Some verions of GGC don't notice that usage_qos_exit() won't return and
complain about the variables "prec" and "class" being used uninitalized.
This commit adds the "noreturn" attribute to that function and
initializes the variables. Thanks to James Bromberger for reporting this
problem.


No differences found