freebsd-dev/lib
Olaf Faaland 481762f6a9 glibc 2.25 compat: remove assert(X=Y)
The assert() related definitions in glibc 2.25 were altered to warn
about assert(X=Y) when -Wparentheses is used.  See
https://abi-laboratory.pro/tracker/changelog/glibc/2.25/log.html

lib/list.c used this construct to set the value of a magic field which
is defined only when debugging.

Replaced the assert()s with #ifndef/#endifs.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
Closes #610
2017-04-03 13:33:48 -07:00
..
list.c glibc 2.25 compat: remove assert(X=Y) 2017-04-03 13:33:48 -07:00
list.h Public Release Prep 2010-05-17 15:18:00 -07:00
Makefile.am Build system update 2009-02-12 14:45:22 -08:00