Handle gcc "ignoring return value" warning
reported when compiling with optimizations (-O2). The compiler ignores the (void) cast and reports the error.
Loading
Please register or sign in to comment
reported when compiling with optimizations (-O2). The compiler ignores the (void) cast and reports the error.