Bug #114

glue.c:624: bad test ?

Added by dcb 9 months ago.

Status: New Start: 11/06/2015
Priority: Normal Due date:
Assigned to: - % Done:

0%

Category: -
Target version: -
Votes: 0

Description

glue.c:624:31: warning: ordered comparison of pointer with integer zero [-Wextra]

Source code is

g_return_val_if_fail(sock > 0, FALSE);

Maybe better code

g_return_val_if_fail(sock != 0, FALSE);

Also available in: Atom PDF