diff options
| author | 2014-10-10 20:23:09 +0000 | |
|---|---|---|
| committer | 2014-10-10 20:23:09 +0000 | |
| commit | 6055bccdffcda19542775c7042a06508cd8f90ca (patch) | |
| tree | 36d9f3da96b63ab8911a56a3c5ac2147d6493652 /patchoat/patchoat.cc | |
| parent | b2a7ec2ad3f24c4094185cbf87bd0a39f727ffe7 (diff) | |
| parent | 647b1a86f518d8db0331b3d52a96392b7a62504b (diff) | |
Merge "Fix 2 new sets of clang compiler warnings."
Diffstat (limited to 'patchoat/patchoat.cc')
| -rw-r--r-- | patchoat/patchoat.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patchoat/patchoat.cc b/patchoat/patchoat.cc index fbb36f3e99..2d165b05da 100644 --- a/patchoat/patchoat.cc +++ b/patchoat/patchoat.cc @@ -644,6 +644,7 @@ static void UsageError(const char* fmt, ...) { va_end(ap); } +static void Usage(const char *fmt, ...) NO_RETURN; static void Usage(const char *fmt, ...) { va_list ap; va_start(ap, fmt); |