summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJosh Blum2013-07-31 19:43:41 -0700
committerJosh Blum2013-07-31 19:43:41 -0700
commit258a441750b62533d887330379946b058d2c5ebb (patch)
treed8e6790ef1f320a1a026d9636c1948ba730df706 /lib
parent66e0614b1867045d5dc3bf7ba997b9ed79546adb (diff)
downloadsandhi-258a441750b62533d887330379946b058d2c5ebb.tar.gz
sandhi-258a441750b62533d887330379946b058d2c5ebb.tar.bz2
sandhi-258a441750b62533d887330379946b058d2c5ebb.zip
gras: take care of some misc warnings
Diffstat (limited to 'lib')
-rw-r--r--lib/element.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/element.cpp b/lib/element.cpp
index 43a6d06..9f3c5fb 100644
--- a/lib/element.cpp
+++ b/lib/element.cpp
@@ -28,7 +28,7 @@ Element::Element(const std::string &name)
this->set_uid(uid);
break;
}
- catch(const std::invalid_argument &ex)
+ catch(const std::invalid_argument &)
{
which++;
}