Skip to content

Commit

Permalink
Fix enumeration value 'VMI_OS_OSX' not explicitly handled in switch (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tklengyel authored Nov 27, 2023
1 parent c8e080b commit 1859dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libdrakvuf/drakvuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ static bool _drakvuf_init_os(drakvuf_t drakvuf)
break;
case VMI_OS_UNKNOWN: /* fall-through */
case VMI_OS_FREEBSD: /* fall-through */
case VMI_OS_OSX: /* fall-through */
default:
break;
}
Expand Down

0 comments on commit 1859dc9

Please sign in to comment.