diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-04-28 18:26:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 19:26:19 +0200 |
| commit | 3a0d4fe0d0a585d152a59ca4601d1981cedbf113 (patch) | |
| tree | e97c8c7662cb4588df48fe040b2ddde866d2f142 /frida_mode/test | |
| parent | f112357e6165b583924b9b4e44b5b6ef522f722f (diff) | |
| download | afl++-3a0d4fe0d0a585d152a59ca4601d1981cedbf113.tar.gz | |
Bumped warnings up to the max and fixed remaining issues (#890)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/test')
| -rw-r--r-- | frida_mode/test/png/GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frida_mode/test/png/GNUmakefile b/frida_mode/test/png/GNUmakefile index c381f5ab..7de3e85a 100644 --- a/frida_mode/test/png/GNUmakefile +++ b/frida_mode/test/png/GNUmakefile @@ -80,7 +80,6 @@ $(TEST_BIN): $(HARNESS_OBJ) $(PNGTEST_OBJ) $(LIBPNG_LIB) -o $@ \ $(HARNESS_OBJ) $(PNGTEST_OBJ) $(LIBPNG_LIB) \ -lz \ - $(TEST_LDFLAGS) clean: rm -rf $(BUILD_DIR) |
