FLUID: Fixes warnings.

This commit is contained in:
Matthias Melcher
2023-10-26 03:29:03 +02:00
parent f33dfc1c6a
commit 0d5ae9ceac
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ void update_sourceview_position() {
if (sv_autoposition->value()==0)
return;
if (sourceview_panel && sourceview_panel->visible() && Fl_Type::current) {
int pos0, pos1;
int pos0 = 0, pos1 = 0;
if (sv_source->visible_r()) {
switch (sv_code_choice) {
case 0: // prolog: not yet (include statements)