summaryrefslogtreecommitdiffabout
path: root/lib/prequeue_rp.cc
Side-by-side diff
Diffstat (limited to 'lib/prequeue_rp.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--lib/prequeue_rp.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/prequeue_rp.cc b/lib/prequeue_rp.cc
index e242f87..3aa960f 100644
--- a/lib/prequeue_rp.cc
+++ b/lib/prequeue_rp.cc
@@ -57,3 +57,3 @@ namespace opkele {
- endpoint_queuer(prequeue_RP& rp) : rp(rp) { }
+ endpoint_queuer(prequeue_RP& r) : rp(r) { }
@@ -73,3 +73,3 @@ namespace opkele {
- void prequeue_RP::set_normalized_id(const string& nid) {
+ void prequeue_RP::set_normalized_id(const string&) {
}