Remove __attribute__ from VAError.
__attribute__(format(print...)) requires a function which takes variadic arguments (... style), not a function which takes a va_list. So following the same thing that VAPrintf does, just remove the __attribute__ from this function. llvm-svn: 236788
Loading
Please sign in to comment