Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
1322-Fix-unused-variable-warning.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1322-Fix-unused-variable-warning.patch of Package erlang
From 7acd0f5bcb7033079c835a10b0d81b9602cfdfee Mon Sep 17 00:00:00 2001 From: Thomas Lawlor <wildbartty@gmail.com> Date: Sat, 8 Jul 2023 18:53:39 +1000 Subject: [PATCH 2/3] Fix unused variable warning --- lib/observer/src/observer_trace_wx.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/observer/src/observer_trace_wx.erl b/lib/observer/src/observer_trace_wx.erl index 44e0b07fd7..48bc359107 100644 --- a/lib/observer/src/observer_trace_wx.erl +++ b/lib/observer/src/observer_trace_wx.erl @@ -398,7 +398,7 @@ handle_event(#wx{id=Id, obj=LogWin, event=Ev}, {noreply, State} end; -handle_event(#wx{id=?wxID_CLOSE, obj=Obj, event=#wxCommand{type=command_menu_selected}} = Event, State) -> +handle_event(#wx{id=?wxID_CLOSE, obj=Obj, event=#wxCommand{type=command_menu_selected}}, State) -> wxWindow:close(Obj, []), {noreply, State}; -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor