s4:dsdb_notification: fix the --picky-developer build with gcc 4.4.3
authorStefan Metzmacher <metze@samba.org>
Thu, 18 Feb 2016 23:29:50 +0000 (00:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 19 Feb 2016 14:58:22 +0000 (15:58 +0100)
commit312cb9d84152e5d315ab8fedc36ab3861287c702
tree8a0ee9f4b12954a8f028d08d54af048d609d378b
parent3f428caed4b1b79aa8de7a979cf84a57b1a34274
s4:dsdb_notification: fix the --picky-developer build with gcc 4.4.3

The following warning/error is reported:

[1891/4034] Compiling source4/dsdb/samdb/ldb_modules/dsdb_notification.c
cc1: warnings being treated as errors
../source4/dsdb/samdb/ldb_modules/dsdb_notification.c: In function 'dsdb_notification_filter_search':
../source4/dsdb/samdb/ldb_modules/dsdb_notification.c:192: error: value computed is not used
Waf: Leaving directory `/memdisk/autobuild/fl/b300949/samba/bin'
Build failed:  -> task failed (err #1):
{task: cc dsdb_notification.c -> dsdb_notification_84.o}

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/dsdb/samdb/ldb_modules/dsdb_notification.c