// // This is a GENERATED file. It should *not* be edited directly. // Changes should be made to the defectdefs.xml file // This file contains symbolic constants for warning numbers. // #pragma once enum EEnumIndexWarningCodes { WARNING_UNCHECKED_LOWER_BOUND_FOR_ENUMINDEX = 33010, // Unchecked lower bound for enum %1$s used as index.. WARNING_UNCHECKED_UPPER_BOUND_FOR_ENUMINDEX = 33011, // Unchecked upper bound for enum %1$s used as index.. }; #define ALL_ENUMINDEX_WARNINGS 33010 33011