mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Fix warnings for test/symbol-test.cc.
This commit is contained in:
parent
cb9af12a4f
commit
071456e5e6
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
|||
#include <stdio.h>
|
||||
#include <xapian.h>
|
||||
#include <notmuch.h>
|
||||
main (int argc, char **argv){
|
||||
int main (){
|
||||
|
||||
notmuch_database_t *notmuch
|
||||
= notmuch_database_open ("fakedb",
|
||||
(void)notmuch_database_open ("fakedb",
|
||||
NOTMUCH_DATABASE_MODE_READ_ONLY);
|
||||
|
||||
try{
|
||||
|
|
Loading…
Reference in a new issue