Fix more build warnings

There are a couple new build warnings about missing cases in a switch
and an unused paramter. This adds a default case and comments the
parameter to fix the build.

Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Change-Id: I54321e2631b54e96bc3ea97fcc345642a8ea4294
1 file changed
tree: 87fd329f4d8eee7f25dfc102a86aac541006d483
  1. include/
  2. service_files/
  3. src/
  4. .clang-format
  5. cmake-format.json
  6. CMakeLists.txt
  7. LICENSE
  8. MAINTAINERS
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
README.md

host-error-monitor

The host-error-monitor application is intended to monitor various host error signals and take appropriate action (logging, crashdump, reset, etc.) when triggered.