Skip to content

Commit 7f02717

Browse files
uncomment assert, it's not needed anymore
1 parent b673697 commit 7f02717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/lib/cmlib/cmlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ extern ULONG CmlibTraceLevel;
384384
do { if (CmpIsKeyValueBig(h,s)) DbgPrint("Big keys aren't supported!\n"); } while (0)
385385
#else
386386
#define ASSERT_VALUE_BIG(h, s) \
387-
//ASSERTMSG("Big keys not supported!\n", !CmpIsKeyValueBig(h, s));
387+
ASSERTMSG("Big keys not supported!\n", !CmpIsKeyValueBig(h, s));
388388
#endif
389389

390390
//

0 commit comments

Comments
 (0)