Snippets for zapret2 1.0.4 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/zapret2/1.0.4/150amd64-default.log.
-
timer.c:106:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 106 | if (name = strdup(elem->str)) | ~~~~~^~~~~~~~~~~~~~~~~~~