diff options
author | Kuan-Wei Chiu <visitorckw@gmail.com> | 2024-06-13 00:23:32 +0800 |
---|---|---|
committer | Kuan-Wei Chiu <visitorckw@gmail.com> | 2024-06-13 09:34:03 +0800 |
commit | b5e6c2d6e28f46db13ea4249bbbf3c0499eadce1 (patch) | |
tree | 8468a39176d145aa0841eab671049271c2c6dc57 /src | |
parent | b6f85092342cccace4fd0ad1032aeec32a1c029f (diff) | |
download | afl++-b5e6c2d6e28f46db13ea4249bbbf3c0499eadce1.tar.gz |
Remove -Wno-shift-count-overflow flag and hashmap from compilation
After commit 0c9d8e59 ("Fix undefined behavior by casting to uint64_t before left shift"), the -Wno-shift-count-overflow flag is no longer necessary to suppress compilation warnings. This commit removes the flag, allowing the compiler to provide appropriate warnings for any potential future cases of shifting too many bits. Additionally, after commit eaf4a299 ("make redqueen hashmap not default"), the hashmap is no longer in use. Therefore, this commit also removes the hashmap from the GNUmakefile.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions