Fixed some "statement not reached" warnings
This commit is contained in:
parent
efc71583e7
commit
45c93dad1d
@ -36,7 +36,7 @@ typedef enum {
|
|||||||
} GlobCode;
|
} GlobCode;
|
||||||
|
|
||||||
#define GLOBERROR(string, column, code) \
|
#define GLOBERROR(string, column, code) \
|
||||||
glob->error = string, glob->pos = column, code;
|
glob->error = string, glob->pos = column, code
|
||||||
|
|
||||||
void glob_cleanup(URLGlob* glob);
|
void glob_cleanup(URLGlob* glob);
|
||||||
|
|
||||||
|
@ -79,6 +79,6 @@ UNITTEST_START
|
|||||||
free(out);
|
free(out);
|
||||||
}
|
}
|
||||||
|
|
||||||
return fails;
|
fail_if(fails, "output mismatched");
|
||||||
|
|
||||||
UNITTEST_STOP
|
UNITTEST_STOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user