Update windows/src/developer/kmcmpdll/Compiler.rc

Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
This commit is contained in:
Marc Durdin 2022-04-03 06:39:48 +10:00 committed by GitHub
parent 5603ca46fd
commit 10b81d56ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,7 +226,7 @@ BEGIN
CWARN_HotkeyHasInvalidModifier "Hotkey has modifiers that are not supported. Use only SHIFT, CTRL and ALT"
CINFO_NonUnicodeFile "Keyman Developer has detected that the file has ANSI encoding. Consider converting this file to UTF-8"
CWARN_NulNotFirstStatementInContext "nul must be the first statement in the context"
CWARN_IfShouldBeAtStartOfContext "if, platform and baselayout should be at start of context (after nul, if present])"
CWARN_IfShouldBeAtStartOfContext "if, platform and baselayout should be at start of context (after nul, if present)"
CWARN_KeyShouldIncludeNCaps "Other rules which reference this key include CAPS or NCAPS modifiers, so this rule must include NCAPS modifier to avoid inconsistent matches"
CINFO_UnreachableRule "Hint: This rule will never be matched as another rule takes precedence"
END