Skip to content

Silence GCC unused result warnings from read(2)

Tristan Partin requested to merge tristan957/libdex:warnings into main

read(2) is annotated with warn_unused_result. There are two instances in the code where read(2) is called and a result is not read.

Merge request reports