Added -Wsuggest-override and -Woverloaded-virtual warnings

We will adhere to the convention of marking all overriden methods
with the "override" specifier, to make clear which methods
are virtual overriden and which are not. -Wsuggest-override
emits warning any time the compiler finds a method which
should be marked "override" but is not.

We also add the -Woverloaded-virtual warning to inform
us when we try to hide a base class' virtual method,
because that will be almost certainly a bug rather
than a genius hack.

Change-Id: I19369689ce89e99b5abce1a0cc8b6ce68886fe41
1 file changed
tree: ee4fd518ff95db07460853cd7d6422be0e4863da
  1. .clang-format
  2. .gitmodules
  3. CMakeLists.txt
  4. Doxyfile.in
  5. LICENSE
  6. README.md
  7. ci/
  8. cmake/
  9. docs/
  10. src/
  11. submodules/
  12. tests/
README.md

Console interface to NETCONF servers

Credits

This project is maintained by CESNET.