mesh: Fix GCC 8 compiler warning
authorNatale Patriciello <natale.patriciello@gmail.com>
Tue, 15 May 2018 22:20:41 +0200
changeset 13550 b9bd326fba19
parent 13549 e4d9bd424519
child 13551 bb7fc90f72ad
mesh: Fix GCC 8 compiler warning
src/mesh/model/dot11s/ie-dot11s-beacon-timing.cc
--- a/src/mesh/model/dot11s/ie-dot11s-beacon-timing.cc	Tue May 15 22:19:39 2018 +0200
+++ b/src/mesh/model/dot11s/ie-dot11s-beacon-timing.cc	Tue May 15 22:20:41 2018 +0200
@@ -206,7 +206,7 @@
         }
       return true;
     }
-  catch (std::bad_cast)
+  catch (std::bad_cast&)
     {
       return false;
     }