mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Fixed some "statement not reached" warnings
This commit is contained in:
parent
efc71583e7
commit
45c93dad1d
@ -36,7 +36,7 @@ typedef enum {
|
||||
} GlobCode;
|
||||
|
||||
#define GLOBERROR(string, column, code) \
|
||||
glob->error = string, glob->pos = column, code;
|
||||
glob->error = string, glob->pos = column, code
|
||||
|
||||
void glob_cleanup(URLGlob* glob);
|
||||
|
||||
|
@ -79,6 +79,6 @@ UNITTEST_START
|
||||
free(out);
|
||||
}
|
||||
|
||||
return fails;
|
||||
fail_if(fails, "output mismatched");
|
||||
|
||||
UNITTEST_STOP
|
||||
|
Loading…
Reference in New Issue
Block a user