summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-06-08 18:33:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-06-08 18:33:38 -0700
commitc29b2a9e452d660a334013eaa2a3497ffe3b37f4 (patch)
tree9f1ba4f75eec71dbdf0d198cc4dbc4f2a818296e /README.md
parentaf3e08de98ba89d090243ef217636678f7a42831 (diff)
Fix -Wsign-compare warnings
listres.c:174:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < node->nresources; i++, res++, wn++) { ^ listres.c:186:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < node->nconstraints; i++, res++, wn++) { ^ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions