mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
Fixed some "statement not reached" warnings
This commit is contained in:
parent
efc71583e7
commit
45c93dad1d
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue