apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
28 stars 20 forks source link

Fix erlfdb_database_set_option `else` case #18

Closed nickva closed 3 years ago

nickva commented 3 years ago

This was detected with more a recent compiler as an uninitialized variable:

c_src/main.c: In function 'erlfdb_database_set_option':
c_src/main.c:818:9: error: 'option' may be used uninitialized in this function [-Werror=maybe-uninitialized]