As described in https://github.com/rust-lang/rust-bindgen/issues/1651 , a number of the tests created by bindgen are throwing warnings. There is not yet a resolution path, and the current advice is to ignore those warnings for the time being. This greatly cleans up the test output.
Block functions in stdlib.h from being pulled into the bindings. This also resolves another source of build warnings
Description
bindgen
are throwing warnings. There is not yet a resolution path, and the current advice is to ignore those warnings for the time being. This greatly cleans up the test output.stdlib.h
from being pulled into the bindings. This also resolves another source of build warnings