]> git.ipfire.org Git - thirdparty/asterisk.git/commit
test_crypto.c: Fix getcwd(…) build error.
authorSean Bright <sean@seanbright.com>
Mon, 27 Feb 2023 21:35:57 +0000 (16:35 -0500)
committerSean Bright <sean@seanbright.com>
Mon, 27 Feb 2023 21:39:49 +0000 (15:39 -0600)
commit827222d6074e92d6401f4023ce42ccd04d40046b
tree378a49405b7acd9e08b1a370b339b03182a840e5
parent200dc7d0e8207870ab8a002e96a9f65085fe0821
test_crypto.c: Fix getcwd(…) build error.

`getcwd(…)` is decorated with the `warn_unused_result` attribute and
therefore needs its return value checked.

Change-Id: Idcccb20a0abf293202c28633d0e9ee0f6a9dbe93
tests/test_crypto.c