From: phil Date: Sun, 14 Dec 2003 05:15:10 +0000 (+0000) Subject: fix "empty case at end of compound statement" warning in newer GCCs X-Git-Tag: 1.0.2~55 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=efdbc2042cd873626781cca17d27bb5bf879d0ff;p=fs%2Flustre-release.git fix "empty case at end of compound statement" warning in newer GCCs --- 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)