-
-
Notifications
You must be signed in to change notification settings - Fork 753
Closed
Description
Hi,
In the generated code (from the templates, e.g. EnumTemplate.tt), I get
#pragma warning disable 618
#pragma warning disable 612
#pragma warning disable 414
#pragma warning disable 168
[...code]
#pragma warning disable 168
#pragma warning restore 414
#pragma warning restore 618
#pragma warning restore 612
shouldn't "#pragma warning disable 168" at the end be restore as well instead of disable?
Metadata
Metadata
Assignees
Labels
No labels