Remove two casts from os-linux.h
authorBart Van Assche <bvanassche@acm.org>
Wed, 24 Aug 2022 21:54:39 +0000 (14:54 -0700)
committerBart Van Assche <bvanassche@acm.org>
Tue, 30 Aug 2022 22:56:17 +0000 (15:56 -0700)
commit6e0cefdcad82d030eab1cff08fc9a34dc0375223
treecbf5016b39bda2b9669ddd157e2a7afec826fd7e
parentdb7fc8d864dc4fb607a0379333a0db60431bd649
Remove two casts from os-linux.h

This patch prepares for merging the os-linux.h and os-android.h header files.
While CPU_CLR() and CPU_SET() are defined as statement expressions in
the Linux header files, these macros have been defined as statements in
the Android header files. Remove the '(void)' casts to prevent the
introduction of a build error when merging the Linux and Android header
files.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
os/os-linux.h