[0.4.8][NETREG] Fix 1 MSVC2010SP1 x86 dbg warning C4065 CORE-18104
authorJoachim Henze <Joachim.Henze@reactos.org>
Tue, 29 Mar 2022 16:25:09 +0000 (18:25 +0200)
committerJoachim Henze <Joachim.Henze@reactos.org>
Tue, 29 Mar 2022 16:25:09 +0000 (18:25 +0200)
commit0b6b33502d61d131b68048d12805fcff54da1367
treebd5065dd81c9f37d12b03499f38b2fcabb344cb9
parentee52353f2905963fd526aec2d4648263bd7313ae
[0.4.8][NETREG] Fix 1 MSVC2010SP1 x86 dbg warning C4065 CORE-18104

the warning can be observed with MSVC 2010SP1 (16.0.40219.1) x86 target in dbg configuation:
[11432/11751] Building CXX object modules\rosapps\applications\net\netreg\CMakeFiles\netreg.dir\netreg.cpp.obj
C:\047rls\reactos\modules\rosapps\applications\net\netreg\netreg.cpp(188) : warning C4065: switch statement contains 'default' but no 'case' labels

partial pick of 0.4.15-dev-2951-g 5d8e834897781944dcaf80de6c3df9c2c51212c7
modules/rosapps/applications/net/netreg/netreg.cpp