Commit f2a55f5
committed
fix compile on freeBSD when using clang
note:
* NULL is defined as nullptr.
> Note that the null pointer constant nullptr or any other
value of type std::nullptr_t cannot be converted to a pointer
with reinterpret_cast: implicit conversion or static_cast
should be used for this purpose.
ref: https://en.cppreference.com/w/cpp/language/reinterpret_cast1 parent 8ff505f commit f2a55f5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments