Chromium Code Reviews| Index: gyp/libjpeg.gyp |
| diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp |
| index 88ba2984754fb6ad88326c7ba4e9012878acb31c..df154143b6bf57957f9cfa3326418a89955f756f 100644 |
| --- a/gyp/libjpeg.gyp |
| +++ b/gyp/libjpeg.gyp |
| @@ -106,12 +106,13 @@ |
| 'product_name': 'jpeg', |
| 'cflags': [ |
| '-Wno-main', # supresses warnings about naming things "main" |
| + '-Wno-attributes', # supresses warnings |
| ], |
| }], |
| ], |
| }, |
| ], |
| - }, { |
| + }, { ## use_system_libjpeg != 0 |
| 'targets': [ |
| { |
| 'target_name': 'libjpeg', |