mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18: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 <stdio.h>
|
||||||
#include <xapian.h>
|
#include <xapian.h>
|
||||||
#include <notmuch.h>
|
#include <notmuch.h>
|
||||||
main (int argc, char **argv){
|
int main (){
|
||||||
|
|
||||||
notmuch_database_t *notmuch
|
(void)notmuch_database_open ("fakedb",
|
||||||
= notmuch_database_open ("fakedb",
|
|
||||||
NOTMUCH_DATABASE_MODE_READ_ONLY);
|
NOTMUCH_DATABASE_MODE_READ_ONLY);
|
||||||
|
|
||||||
try{
|
try{
|
||||||
|
|
Loading…
Reference in a new issue