| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 95ffb998d9d727b8fb3f0da5dbfd7659a13ff1d7..8a8128d1deebedfdba63a378dcabbd8cc2bbccbe 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -201,6 +201,9 @@
|
| # things when their commandline changes). Nothing should ever read this
|
| # define.
|
| 'defines': ['CR_CLANG_REVISION=<!(<(DEPTH)/tools/clang/scripts/update.sh --print-revision)'],
|
| + 'cflags+': [
|
| + '-Wno-format-pedantic',
|
| + ],
|
| }],
|
| ],
|
| 'target_conditions': [
|
|
|