Skip to content
Commit c7a710f6 authored by Eli Friedman's avatar Eli Friedman
Browse files

NULL cannot be portably used as the last argument to a function with...

NULL cannot be portably used as the last argument to a function with __attribute((sentinel)), even though it usually works.  Use (void*)0 instead.  PR11002.

llvm-svn: 140720
parent 315b9573
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment