From 3593a823ca0dd92bbe58aa3464d8a371f6f35e70 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 2 Sep 2011 12:07:01 +0100 Subject: Changed gcc options to -std=c99 and -O2, and tighted warnings. Some small changes to accomodate same. --- lib/qpath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/qpath.c') diff --git a/lib/qpath.c b/lib/qpath.c index 955f307f..1a05e507 100644 --- a/lib/qpath.c +++ b/lib/qpath.c @@ -98,9 +98,9 @@ qpath_reset(qpath qp, free_keep_b free_structure) qs_reset(qp->path, keep_it) ; if (free_structure) - XFREE(MTYPE_QPATH, qp) ; /* sets qp = NULL */ + XFREE(MTYPE_QPATH, qp) ; /* sets qp = NULL */ else - ; + {;}; /* currently nothing else to do */ return qp ; } ; -- cgit v1.2.3