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
Loading
Please sign in to comment