summaryrefslogtreecommitdiffstats
path: root/src/bin/netconf
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-08-12 12:20:46 +0200
committerAndrei Pavel <andrei@isc.org>2021-08-17 08:31:05 +0200
commit3651cd22a26d42af4fe8598c4a4eab37a4a3a9e0 (patch)
treecd7f90ec2332549d05942f8990aaabc76d486481 /src/bin/netconf
parent[#2025] fix g++ warnings (diff)
downloadkea-3651cd22a26d42af4fe8598c4a4eab37a4a3a9e0.tar.xz
kea-3651cd22a26d42af4fe8598c4a4eab37a4a3a9e0.zip
[#2025] fix Wunused-parameter warnings
Diffstat (limited to 'src/bin/netconf')
-rw-r--r--src/bin/netconf/netconf.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/netconf/netconf.cc b/src/bin/netconf/netconf.cc
index 12c52ec8b8..830d79d454 100644
--- a/src/bin/netconf/netconf.cc
+++ b/src/bin/netconf/netconf.cc
@@ -99,12 +99,12 @@ public:
}
}
- void event_notif(sysrepo::S_Session session,
+ void event_notif(sysrepo::S_Session /* session */,
sr_ev_notif_type_t const notification_type,
- char const* path,
+ char const* /* path */,
sysrepo::S_Vals const vals,
- time_t timestamp,
- void* private_data) {
+ time_t /* timestamp */,
+ void* /* private_data */) {
string n;
switch (notification_type) {
case SR_EV_NOTIF_REALTIME: