Skip to content
  • Diego Biurrun's avatar
    Check the return values of write() calls. · 3dc40990
    Diego Biurrun authored
    Fixes the following two warnings:
    src/libdvdcss.c:380:18: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
    src/css.c:275:18: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
    3dc40990