opt: Fix warnings with gcc-4.5 (same approach as commit 6535bdee)
&*ptr is used in some other macros, but at a glance, they look like cases where the pointer shouldn't be NULL . Didn't change those, and if we get more warnings, we'll cross that bridge when we get to it. For now, I suppose they are just free NULL checks.
Showing
Please register or sign in to comment