diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-06-01 17:29:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-06-01 17:29:15 -0700 |
commit | 012115650d15697e1cdc13edf770ac9775b108f4 (patch) | |
tree | 6c06b1aa8e7c4f0af1b6cdbbb3eca0dfe6a3ed56 /actions.c | |
parent | 7a04d51cb90b9a314eea117bc36fedb2bfaab516 (diff) |
Fix -Wsign-compare warning in Syntax() function
Reported by gcc 7.3:
xcalc.c: In function ‘Syntax’:
xcalc.c:322:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i=0; i < XtNumber(Options); i++)
^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'actions.c')
0 files changed, 0 insertions, 0 deletions