]> git.meshlink.io Git - meshlink/commit
Fix signal pipe creation when compiling with -DNDEBUG.
authorGuus Sliepen <guus@meshlink.io>
Wed, 30 Oct 2019 17:19:31 +0000 (18:19 +0100)
committerGuus Sliepen <guus@meshlink.io>
Wed, 30 Oct 2019 17:19:31 +0000 (18:19 +0100)
commit0f19bd98e1a95ab45d0ed46d79a07502b65a4c95
tree32b8bff128bdc0435bf76b71334f9e28f85abbbf
parent11662ed5b5c53be400f4de08ee715e461d491ec1
Fix signal pipe creation when compiling with -DNDEBUG.

Argument of a call to assert() should never have side effects.
src/event.c