Changed assert(false) to assert(!"message") as recommended by C++ Coding Standards...
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Wed, 26 Oct 2011 21:46:36 +0000 (19:46 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Wed, 26 Oct 2011 21:46:36 +0000 (19:46 -0200)
commit2096942bca4e2238f5f50090f7ec7cd508e2dfb7
tree9b0b801aa93ca10c2e2ce93e5b8a72d73a823178
parentf71cb7e1a52b17a94dd5a45118dff66988627e33
Changed assert(false) to assert(!"message") as recommended by C++ Coding Standards, chapter 68.
src/icmp/icmpv4header.cpp
src/icmp/icmpv6header.cpp