Update declarations for all functions/methods that accept printf-style
stdarg formats to use __attribute__ format so the compiler can flag incorrect uses. Fix all incorrect uses. Most of these are innocuous, a few were resulting in crashes. llvm-svn: 140185
This commit is contained in:
@@ -656,7 +656,7 @@ void
|
||||
ObjectFilePECOFF::Dump(Stream *s)
|
||||
{
|
||||
Mutex::Locker locker(m_mutex);
|
||||
s->Printf("%.*p: ", (int)sizeof(void*) * 2, this);
|
||||
s->Printf("%p: ", this);
|
||||
s->Indent();
|
||||
s->PutCString("ObjectFilePECOFF");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user