summaryrefslogtreecommitdiffstats
path: root/usr.bin/dtc/checking.cc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dtc/checking.cc')
-rw-r--r--usr.bin/dtc/checking.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dtc/checking.cc b/usr.bin/dtc/checking.cc
index 70731ce..26cbbe2 100644
--- a/usr.bin/dtc/checking.cc
+++ b/usr.bin/dtc/checking.cc
@@ -51,7 +51,7 @@ namespace
struct address_cells_checker : public checker
{
address_cells_checker(const char *name) : checker(name) {}
- virtual bool check_node(device_tree *tree, const node_ptr &n)
+ virtual bool check_node(device_tree *, const node_ptr &n)
{
// If this has no children, it trivially meets the
// conditions.
@@ -151,7 +151,7 @@ property_checker::check_property(device_tree *tree, const node_ptr &n, property_
}
bool
-property_size_checker::check(device_tree *tree, const node_ptr &n, property_ptr p)
+property_size_checker::check(device_tree *, const node_ptr &, property_ptr p)
{
uint32_t psize = 0;
for (property::value_iterator i=p->begin(),e=p->end() ; i!=e ; ++i)
OpenPOWER on IntegriCloud