[liboping-changes] octo's ping library: Changes to 'master'

Florian Forster octo at verplant.org
Wed Feb 16 09:48:40 CET 2011


 src/oping.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit b1ef1b502da11c03a4fbfb228abd017bd2aec613
Author: Florian Forster <octo at verplant.org>
Date:   Wed Feb 16 09:45:35 2011 +0100

    src/oping.c: Fix a compiler warning about uninitialized variables.
    
    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.




More information about the liboping-changes mailing list