opensvc / multipath-tools

Other
59 stars 47 forks source link

use assert_true/false instead of assert() #63

Closed dirkmueller closed 1 year ago

dirkmueller commented 1 year ago

Otherwise the build fails with userspace-rcu 0.14 with

error: implicit declaration of function 'assert' [-Werror=implicit-function-declaration] note: 'assert' is defined in header ''; did you forget to '#include '?

mwilck commented 1 year ago

The 2nd version is correct. I made some small amendments and sent them to dm-devel.