﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1438	clang warnings	Mario Domenech Goulart		"clang emits some warnings when compiling CHICKEN 5 and code generated by chicken.

See https://salmonella-freebsd-x86-64.call-cc.org/master/clang/freebsd/x86-64/2018/01/02/run-salmonella.logz and https://salmonella-freebsd-x86-64.call-cc.org/master/clang/freebsd/x86-64/2018/01/02/salmonella-report/install/binary-search.html for examples:

{{{
In file included from extras.c:9:
./chicken.h:2411:37: warning: expression result unused [-Wunused-value]
    C_CHECKp(x,C_bignump(C_VAL1(x)),0);
                                    ^
./chicken.h:858:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x)           (x)
                                    ^
1 warning generated.
}}}

"	defect	closed	minor	5.0	compiler	5.0.0	fixed	clag, warnings		
