mirror of https://github.com/lukechilds/node.git
Browse Source
clang++ on FreeBSD was blaming v8 for using invalid casts from nullptr: reinterpret_cast from 'nullptr_t' to '...' is not allowed Replace casts with NULL, or NULL with 0 where applicable. Fixes: https://github.com/iojs/io.js/issues/324 PR-URL: https://github.com/iojs/io.js/pull/332 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v1.8.0-commit
Fedor Indutny
10 years ago
committed by
Ben Noordhuis
5 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue