X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2Fwidgets%2FScriptingDock.cxx;fp=src%2Fgui%2Fwidgets%2FScriptingDock.cxx;h=ce00030473be583013b5fc2eac81a9dbd8ec2591;hp=86bc7665e6c7b6ec4041912c706f989e48e1cc8a;hb=ccde95277ce5e3929d09aef387c2f5956592d066;hpb=579f69d256fcef302590716cb44113d81c4b6bf5 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; }