projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6467d29
)
psppire-dialog-action-regression: Fix unused variable warning.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 13 Apr 2021 17:01:58 +0000
(10:01 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 13 Apr 2021 17:01:58 +0000
(10:01 -0700)
GCC said that 'ok' was unused because it's declared in the 'for' loop.
src/ui/gui/psppire-dialog-action-regression.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/psppire-dialog-action-regression.c
b/src/ui/gui/psppire-dialog-action-regression.c
index 3c037ba0485d6651c23f84030c1aad3bc69e2b20..c3f2234c1cf30559a935d1e5367378fcfd472d1b 100644
(file)
--- a/
src/ui/gui/psppire-dialog-action-regression.c
+++ b/
src/ui/gui/psppire-dialog-action-regression.c
@@
-193,7
+193,6
@@
generate_syntax (const PsppireDialogAction *a)
guint selected;
GtkTreeIter iter;
- gboolean ok;
GString *string = g_string_new ("REGRESSION");