From 823dc5acc43b09c62e2d33b4cdff00e70aa8990a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 8 Dec 2022 19:09:18 +0100 Subject: Fix compilation warning, update dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Warning: variable ā€˜j’ set but not used [-Wunused-but-set-variable] --- fluid/makedepend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fluid') diff --git a/fluid/makedepend b/fluid/makedepend index 715cdedb1..f3643381a 100644 --- a/fluid/makedepend +++ b/fluid/makedepend @@ -1239,11 +1239,13 @@ undo.o: ../FL/fl_types.h undo.o: ../FL/fl_utf8.h undo.o: ../FL/Fl_Valuator.H undo.o: ../FL/Fl_Widget.H +undo.o: ../FL/Fl_Window.H undo.o: ../FL/platform_types.h undo.o: ../src/flstring.h undo.o: file.h undo.o: fluid.h undo.o: Fl_Type.h +undo.o: Fl_Widget_Type.h undo.o: undo.h undo.o: widget_browser.h widget_browser.o: ../FL/Enumerations.H -- cgit v1.2.3