Bug #777
closedincorrect printf format
100%
Description
17:16 < Compudj> utils.c: In function 'utils_get_current_time_str':
17:16 < Compudj> utils.c:876:3: warning: format '%lu' expects argument of type
'long unsigned int', but argument 5 has type 'size_t'
[-Wformat]
17:16 < Compudj> utils.c:876:3: warning: format '%lu' expects argument of type
'long unsigned int', but argument 5 has type 'size_t'
[-Wformat]
17:16 < Compudj> utils.c:876:3: warning: format '%lu' expects argument of type
'long unsigned int', but argument 5 has type 'size_t'
[-Wformat]
17:16 < Compudj> utils.c:876:3: warning: format '%lu' expects argument of type
'long unsigned int', but argument 5 has type 'size_t'
[-Wformat]
17:16 < Compudj> see src/common/utils.c
17:16 < Compudj> utils_get_current_time_str
17:16 < Compudj> should change %lu -> %zu
Updated by David Goulet over 10 years ago
- Status changed from New to Confirmed
- Target version set to 2.4
Updated by David Goulet over 10 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset 68e6efddb6a27675d6cf15161d7b0101154b56ac.