From efdbc2042cd873626781cca17d27bb5bf879d0ff Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 14 Dec 2003 05:15:10 +0000 Subject: [PATCH] fix "empty case at end of compound statement" warning in newer GCCs --- lustre/obdfilter/filter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 17659dd..46df335 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -1662,6 +1662,7 @@ static int filter_precreate(struct obd_device *obd, struct obdo *oa, case 1: filter_parent_unlock(dparent, &parent_lockh, LCK_PW); case 0: + break; } if (rc) -- 1.8.3.1