Skip to content

Commit

Permalink
Bug 1333007 - Remove unused variable and forward -Werror flags to Xco…
Browse files Browse the repository at this point in the history
…de r=bustage
  • Loading branch information
Tim Taubert committed Jan 23, 2017
1 parent 51685ab commit 5915011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions coreconf/config.gypi
Expand Up @@ -350,6 +350,11 @@
'cflags': [
'<!@(<(python) <(DEPTH)/coreconf/werror.py)',
],
'xcode_settings': {
'OTHER_CFLAGS': [
'<!@(<(python) <(DEPTH)/coreconf/werror.py)',
],
},
}],
[ 'fuzz_tls==1', {
'cflags': [
Expand Down
2 changes: 0 additions & 2 deletions lib/softoken/legacydb/dbmshim.c
Expand Up @@ -376,8 +376,6 @@ static int
dbs_sync(const DB *dbs, unsigned int flags)
{
DB *db = (DB *)dbs->internal;
DBS *dbsp = (DBS *)dbs;

return (*db->sync)(db, flags);
}

Expand Down

0 comments on commit 5915011

Please sign in to comment.