tsto / notmuchfs

A virtual maildir file system for notmuch queries
Other
89 stars 11 forks source link

'notmuch_database_open' is deprecated #16

Open szoemi opened 1 year ago

szoemi commented 1 year ago

cc -g -O2 -std=c99 -Wall -Wextra -Werror -D_FILE_OFFSET_BITS=64 -c -MD -o notmuchfs.o notmuchfs.c notmuchfs.c: In function 'database_open': notmuchfs.c:215:6: error: 'notmuch_database_open' is deprecated: function deprecated as of libnotmuch 5.4 [-Werror=deprecated-declarations] 215 | notmuch_database_open(global_config.mail_dir, | ^~~~~ In file included from notmuchfs.c:66: /usr/include/notmuch.h:332:1: note: declared here 332 | notmuch_database_open (const char *path, | ^~~~~ cc1: all warnings being treated as errors make: *** [Makefile:37: notmuchfs.o] Error 1