aboutsummaryrefslogtreecommitdiff
path: root/piex.gyp
diff options
context:
space:
mode:
authorEik Brauer <ebrauer@google.com>2016-02-01 12:26:23 +0100
committerEik Brauer <ebrauer@google.com>2016-02-01 12:26:23 +0100
commitb415ce2eec78846ec705c983f98a74c9526f3faa (patch)
treeaa83fd1272e65390cc12a41c8484853edc928bc1 /piex.gyp
parenta9540117cdd785b0dd75f8c4c28b278f86eb485c (diff)
downloadpiex-b415ce2eec78846ec705c983f98a74c9526f3faa.tar.gz
Enables warnings for unused parameters. Adds cfa_repeat_pattern_dim to identify non bayer patterns e.g. Fuji X-Trans in DNG.
Diffstat (limited to 'piex.gyp')
-rwxr-xr-xpiex.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/piex.gyp b/piex.gyp
index 2df546c..737a0c2 100755
--- a/piex.gyp
+++ b/piex.gyp
@@ -31,6 +31,7 @@
'cflags': [
'-Wsign-compare',
'-Wsign-conversion',
+ '-Wunused-parameter',
],
'dependencies': [
'binary_parse',
@@ -54,6 +55,7 @@
'cflags': [
'-Wsign-compare',
'-Wsign-conversion',
+ '-Wunused-parameter',
],
}, {
'target_name': 'image_type_recognition',
@@ -68,6 +70,7 @@
'cflags': [
'-Wsign-compare',
'-Wsign-conversion',
+ '-Wunused-parameter',
],
'dependencies': ['binary_parse'],
}, {
@@ -76,6 +79,7 @@
'cflags': [
'-Wsign-compare',
'-Wsign-conversion',
+ '-Wunused-parameter',
],
'sources': [
'src/tiff_directory/tiff_directory.cc',