Fix VS 2022 17.7 compiling error message

With VS 2022 17.7 this error appears
Z:\DevStudio\Work\notepad-plus-plus\PowerEditor\src\WinControls\Preference\preferenceDlg.cpp(3374): error C26819: Unannotated fallthrough between switch labels (es.78). [Z:\DevStudio\Work\notepad-plus-plus\PowerEditor\visual.net\notepadPlus.vcxproj]

Close #14005
This commit is contained in:
robionekenobi 2023-08-15 09:42:31 +02:00 committed by Don Ho
parent cf8ddc18c9
commit d3c84b7d23

View File

@ -3368,7 +3368,7 @@ intptr_t CALLBACK LanguageSubDlg::run_dlgProc(UINT message, WPARAM wParam, LPARA
}
}
}
[[fallthrough]];
default:
{
break;