We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b23d68 commit 1481f52Copy full SHA for 1481f52
src/game/shared/schemainitutils.h
@@ -25,14 +25,15 @@
25
} \
26
else \
27
{ \
28
-#ifndef VALVE_PURE \
+/* fixme(replaycoding): this ifndef doesn't work on linux! */ \
29
+/* #ifndef VALVE_PURE */ \
30
Warning( "%s\n", msg.String() ); \
31
/*
32
todo(maximsmol):
33
we do not support upstream item schema
34
*/ \
35
return false; \
-#endif \
36
+/* #endif */ \
37
pVecErrors->AddToTail( msg ); \
38
39
@@ -55,4 +56,4 @@
55
56
if ( !( expr ) ) \
57
return false;
58
-#endif // SCHEMAINITUTILS_H
59
+#endif // SCHEMAINITUTILS_H
0 commit comments