diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 15:36:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 15:36:59 -0700 |
commit | 93112d07d66cd9ee93ef00527df1da39dfaf7290 (patch) | |
tree | 914832c37bf0ed3e17f6400db617343af4883f28 /man | |
parent | 954fc5687b9805201c425fd3139acb6d19bd9bd5 (diff) |
Fix -Wsign-compare warning from gcc
ULabel.c: In function ‘SetValues’:
ULabel.c:670:19: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for (i = 0; i < *num_args; i++) {
^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions