Bumped warnings up to the max and fixed remaining issues (#890)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
WorksButNotTested
2021-04-28 18:26:19 +01:00
committed by GitHub
parent f112357e61
commit 3a0d4fe0d0
19 changed files with 153 additions and 64 deletions

View File

@ -1,3 +1,6 @@
#ifndef _LIB_H
#define _LIB_H
#include "frida-gum.h"
void lib_init(void);
@ -6,3 +9,5 @@ guint64 lib_get_text_base(void);
guint64 lib_get_text_limit(void);
#endif