Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2020-05-13 14:43:53 -0400
committerAllan McRae <allan@archlinux.org>2020-06-01 10:59:08 +1000
commit23b50d60e34e324cf6f420c05293f7fa8a909623 (patch)
tree42a62adb3d3968f56d4564ae2b62bcf2c71cf4bd /lib
parent3674144a74cfe897ec3ff46c18681df293290caa (diff)
Avoid depending on side effects in assert(...) expressions
When building with -DNDEBUG, assert statements are compiled out to no-ops. Thus, we can't depend on assignments or other computations occurring inside the assert(). Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions