commit | a470b0b20545229a51209e470692f1ad607bd17e | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <[email protected]> | Sat Jul 04 23:56:10 2020 +0430 |
committer | Ebrahim Byagowi <[email protected]> | Sun Jul 05 10:49:10 2020 +0430 |
tree | e18eb2d928747d5e565b3bc7fff2c4d6ef0a0640 | |
parent | 44444822979615b284f679564c48b59ea6927ad8 [diff] |
Minor, disable strict-aliasing warning in set fuzzer ../test/fuzzing/hb-set-fuzzer.cc: In function ‘int LLVMFuzzerTestOneInput(const uint8_t*, size_t)’: ../test/fuzzing/hb-set-fuzzer.cc:38:82: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 38 | const instructions_t &instructions = reinterpret_cast<const instructions_t &> (data); | And it is already disabled at project level so let's disable it here also.
This is HarfBuzz, a text shaping library.
For bug reports, mailing list, and other information please visit:
For license information, see COPYING.
For build information, see BUILD.md.
For custom configurations, see CONFIG.md.
For test execution, see TESTING.md.
Documentation: https://harfbuzz.github.io