Skip to content
Commit 1ff4ca3a authored by Glen Ditchfield's avatar Glen Ditchfield 🐛
Browse files

Remove some compilation warnings

In practice, these functions' results are rarely used, and the
"ignoring return value" warnings they cause are just noise.

 * They may return -1 if their argument is invalid, but that would
   indicate a logical error in the call chain.  The caller can't be
   expected to handle it, and the function has already logged it.

 * They may return job IDs, for future reference.  In practice,
   callers don't bother recording them.
parent 30726fd7
Pipeline #61814 skipped
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