[Pkg-wmaker-commits] [wmifs] 74/118: wmgeneral: Fix "unused variable" warning.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 02:37:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmifs.

commit d87c0c05ccec2f4caaf7873a0a1e8a49018be147
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon May 25 17:21:22 2015 -0500

    wmgeneral: Fix "unused variable" warning.
---
 wmgeneral/wmgeneral.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/wmgeneral/wmgeneral.c b/wmgeneral/wmgeneral.c
index 7405123..a678631 100644
--- a/wmgeneral/wmgeneral.c
+++ b/wmgeneral/wmgeneral.c
@@ -160,7 +160,6 @@ void parse_rcfile2(const char *filename, rckeys2 *keys) {
 	char	*line = NULL;
 	size_t  line_size = 0;
 	FILE	*fp;
-	char	*family = NULL;
 
 	fp = fopen(filename, "r");
 	if (fp) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmifs.git



More information about the Pkg-wmaker-commits mailing list