diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-03 11:35:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-09 20:39:53 +0000 |
commit | 1736034c39682927830c0660a0b9587f19e53e4e (patch) | |
tree | 4fc5712597116f7e95a3d7ef00c444646698d34b /src/TMparse.c | |
parent | 358e6295fdc494f4f1ed6ab7b1618a82bcd4b0ac (diff) |
TMstate.c: Handle -Wduplicated-branches warnings
Gets rid of these messages from gcc:
TMstate.c: In function ‘GetBranchHead’:
TMstate.c:128:12: warning: this condition has identical branches
[-Wduplicated-branches]
if (parseTree->branchHeadTblSize == 0)
^
TMstate.c: In function ‘_XtGetQuarkIndex’:
TMstate.c:183:16: warning: this condition has identical branches
[-Wduplicated-branches]
if (parseTree->quarkTblSize == 0)
^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/TMparse.c')
0 files changed, 0 insertions, 0 deletions