Commit bae9b849 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

suppress some warnings on GCC

If value_t is chosen to be an unsigned type, comparisons like `v < 0` cause
warnings with -Wtype-limits. We also need to work around a -Wsign-compare bug in
this change.
parent f5267662
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment