Skip to content

Commit 014099d

Browse files
committed
Remove ENUM_VALUE_CHECK
1 parent dcc4b6c commit 014099d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Src/ExamplePrecompiledHeader.hpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef GS_FAVORITE_CONVERTER_PRECOMPILED_HEADER_HPP
2-
#define GS_FAVORITE_CONVERTER_PRECOMPILED_HEADER_HPP
1+
#ifndef GS_EXAMPLE_PRECOMPILED_HEADER_HPP
2+
#define GS_EXAMPLE_PRECOMPILED_HEADER_HPP
33

44
#include <GSNew.hpp>
55
#include <GSMalloc.hpp>
@@ -22,6 +22,4 @@
2222
#include "APIEnvir.h"
2323
#include "ACAPinc.h"
2424

25-
GS_UNHANDLED_ENUM_VALUE_CHECK_ON
26-
27-
#endif // GS_FAVORITE_CONVERTER_PRECOMPILED_HEADER_HPP
25+
#endif // GS_EXAMPLE_PRECOMPILED_HEADER_HPP

0 commit comments

Comments
 (0)