diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-06-17 19:18:28 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-06-24 20:01:24 +0400 |
commit | 0211b5cf2d933e10b5916b203fc3fad805a9a3c0 (patch) | |
tree | f1489e1f0ed3121bf0e95180e803938733f711bc /libcacard/vscclient.c | |
parent | e91c793cb50b83a695bbbf677ebfff478d8c62f2 (diff) |
target-ppc: Fix compiler warning
gcc reports a warning which is usually wrong:
target-ppc/dfp_helper.c: In function ‘dfp_get_digit’:
target-ppc/dfp_helper.c:417:1: warning:
control reaches end of non-void function [-Wreturn-type]
The compiler shows the warning if assert is not marked with the noreturn
attribute or if the code is compiled with -DNDEBUG.
Using g_assert_not_reached better documents the intention and does not
have these problems.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'libcacard/vscclient.c')
0 files changed, 0 insertions, 0 deletions