Fix clang warnings related to python macro redefinition and printf format specifiers.

llvm-svn: 175829
This commit is contained in:
Matt Kopec
2013-02-21 23:55:31 +00:00
parent cd5c7247ab
commit 676a48751d
16 changed files with 29 additions and 5 deletions

View File

@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
#include "lldb/lldb-python.h"
#include "lldb/DataFormatters/CXXFormatterFunctions.h"
#include "lldb/Core/DataBufferHeap.h"