[Pkg-wmaker-commits] [wmitime] 12/18: wmgeneral: Fix "unused variable" warning.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 01:36:46 UTC 2015


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

dtorrance-guest pushed a commit to branch upstream
in repository wmitime.

commit 6285ff808f1f82d7dbf4a33ef673f35a2d9f9c41
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/wmitime.git



More information about the Pkg-wmaker-commits mailing list