﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
737	PCUT_ASSERT_NULL does not accept const pointer	Jiri Svoboda		"The following code:

{{{
const void *a = NULL;
PCUT_ASSERT_NULL(a);
}}}

will produce a warning like 
{{{
../../lib/pcut/include/pcut/asserts.h:150:25: error: initialization discards
'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
}}}"	defect	closed	major	0.8.0	helenos/lib/other	mainline	fixed	pcut				
