Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Unified Diff: gyp/libjpeg.gyp

Issue 152513007: Build Skia for a bare-bones embedded Linux system. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: comment Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698