diff options
author | bloodstalker <thabogre@gmail.com> | 2018-04-30 20:11:29 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-04-30 20:11:29 +0000 |
commit | b6107d5bb6aeef6ab03909750f59196555c51081 (patch) | |
tree | 3240c1651c57d819c54a4441b1bb2c61fad6f842 /bruiser/asmrewriter.h | |
parent | ramdump is here (diff) | |
download | mutator-b6107d5bb6aeef6ab03909750f59196555c51081.tar.gz mutator-b6107d5bb6aeef6ab03909750f59196555c51081.zip |
fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a new commandline option, --keepalive. drops to cli if you were running in non-cli after script finishes running.
Diffstat (limited to '')
-rw-r--r-- | bruiser/asmrewriter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bruiser/asmrewriter.h b/bruiser/asmrewriter.h index 6f96df5..ba08365 100644 --- a/bruiser/asmrewriter.h +++ b/bruiser/asmrewriter.h @@ -32,6 +32,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* extern "C" { #endif +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wunused-function" static JMP_S_T* convert_jmpt(lua_State* __ls, int index); static JMP_S_T* check_jmpt(lua_State* __ls, int index); JMP_S_T* push_jmpt(lua_State* __ls); |