diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-07-05 12:47:04 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-07-05 12:47:04 -0700 |
commit | 08ba596c3c21c9a43e02ec257a37ef6152cbd3d3 (patch) | |
tree | 0949c2981dbab0198b4321c80ad4297dae9bc6a2 /configure.ac | |
parent | 7cb653d8699d6a774b340384603abc47a41b8295 (diff) |
Delete unreachable code after usage() calls
Warned about by both Solaris Studio cc:
"fslsfonts.c", line 148: warning: statement not reached
"fslsfonts.c", line 204: warning: statement not reached
and clang:
fslsfonts.c:204:7: warning: will never be executed [-Wunreachable-code]
break;
^~~~~
fslsfonts.c:148:11: warning: will never be executed [-Wunreachable-code]
exit(0);
^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions