hide overly picky warnings from 'pylint' for pep8 script, indentation edits.

This commit is contained in:
Campbell Barton
2011-11-19 16:17:35 +00:00
parent ddf207b7c3
commit d9e99abe37
12 changed files with 145 additions and 168 deletions

View File

@@ -247,8 +247,8 @@ CPPFLAGS = []
# g++ 4.6, only needed for bullet
CXXFLAGS += ['-fpermissive']
if WITH_BF_FFMPEG:
# libavutil needs UINT64_C()
CXXFLAGS += ['-D__STDC_CONSTANT_MACROS', ]
# libavutil needs UINT64_C()
CXXFLAGS += ['-D__STDC_CONSTANT_MACROS', ]
REL_CFLAGS = []
REL_CXXFLAGS = []
REL_CCFLAGS = ['-DNDEBUG', '-O2']