diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2016-09-16 19:34:45 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2016-09-19 12:44:08 -0700 |
| commit | f2b88a538463defc28a4f56c762d913d2aca3ea3 (patch) | |
| tree | 46a492d159ce8aace315bd9ae266d8067d4916b7 /strutil.cc | |
| parent | d26caadec345d7f19d63f894a0b8320693543ea6 (diff) | |
Fix unused parameter warning for !SSE4.2
Change-Id: I7099c92120dde0d985bc9d19fe0b2573027e5d79
Diffstat (limited to 'strutil.cc')
| -rw-r--r-- | strutil.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ static int SkipUntilSSE42(const char* s, int len, template <typename Cond> static int SkipUntil(const char* s, int len, - const char* ranges, int ranges_size, + const char* ranges UNUSED, int ranges_size UNUSED, Cond cond) { int i = 0; #ifdef __SSE4_2__ |
