| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 66fb059 commit 0b432b9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -245,7 +245,7 @@ class FileOutputStream : public v8::OutputStream { | |||
| 245 | 245 | status_ = num_bytes_written; | |
| 246 | 246 | return kAbort; | |
| 247 | 247 | } | |
| 248 | - DCHECK_LE(num_bytes_written, buf.len); | ||
| 248 | + DCHECK_LE(static_cast<size_t>(num_bytes_written), buf.len); | ||
| 249 | 249 | offset += num_bytes_written; | |
| 250 | 250 | } | |
| 251 | 251 | DCHECK_EQ(offset, size); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments