Remove spurious semicolons. Outside of functions they are actually errors but
GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5
This commit is contained in:
@@ -62,7 +62,7 @@ main(int argc, char **argv)
|
||||
struct timespec tp, tq;
|
||||
struct gmesh gmp;
|
||||
struct gprovider *pp;
|
||||
struct gconsumer *cp;;
|
||||
struct gconsumer *cp;
|
||||
struct gident *gid;
|
||||
short cf, cb;
|
||||
char *p;
|
||||
|
||||
Reference in New Issue
Block a user