NuxiNL / cloudlibc

CloudABI's standard C library
BSD 2-Clause "Simplified" License
295 stars 17 forks source link

Add (void) casts to cloudabi_sys_clock_time_get calls. #31

Closed sunfishcode closed 5 years ago

sunfishcode commented 5 years ago

Add (void) to calls to cloudabi_sys_clock_time_get where the return value is unused.

This allows the cloudabisys* functions to be declared with __attribute__((warn_unused_result)) without introducing warnings in cloudlibc.