X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fgui%2Fwidgets%2FScriptingDock.cxx;h=ce00030473be583013b5fc2eac81a9dbd8ec2591;hb=fee24ac64935da3d0a11eaee8141cb2b7ef35ed6;hp=86bc7665e6c7b6ec4041912c706f989e48e1cc8a;hpb=9e283567ac56a6433e832d0fa38cf534a0cb8f9f;p=frida%2Ffrida.git diff --git a/src/gui/widgets/ScriptingDock.cxx b/src/gui/widgets/ScriptingDock.cxx index 86bc766..ce00030 100644 --- a/src/gui/widgets/ScriptingDock.cxx +++ b/src/gui/widgets/ScriptingDock.cxx @@ -1,7 +1,7 @@ #include "ScriptingDock.hxx" namespace { - SCM handler (void *data, SCM tag, SCM throw_args) { + SCM handler (void*, SCM tag, SCM throw_args) { scm_handle_by_message_noexit ((void*)"foo", tag, throw_args); return SCM_BOOL_F; }