Skip to content
  • Philippe Gerum's avatar
    copperplate: tag high-level blocking services with warn_unused_result · de9d8f3c
    Philippe Gerum authored
    The return value of any such service may restrict the valid execution
    flow for the caller, as a break condition may have been received, or
    the target object might have become stale while sleeping.
    
    Mark these calls with GCC's warn_unused_result attribute, to make sure
    these events won't go unnoticed in the client code.
    de9d8f3c