build: fix compiler warning

guile: some clang warning

and ensure we get the right Xapian in all places, and fileno is defined.
This commit is contained in:
Dirk-Jan C. Binnema
2021-11-04 00:32:13 +02:00
parent 1c851315ca
commit 6bea54805f
3 changed files with 4 additions and 3 deletions

View File

@ -98,7 +98,7 @@ check_flag(MuFlags flag, FlagData* fdata)
return;
switch (flag) {
case MU_FLAG_NONE: break;
case MU_FLAG_NONE: flag_scm = SCM_UNDEFINED; break;
case MU_FLAG_NEW: flag_scm = SYMB_FLAG_NEW; break;
case MU_FLAG_PASSED: flag_scm = SYMB_FLAG_PASSED; break;
case MU_FLAG_REPLIED: flag_scm = SYMB_FLAG_REPLIED; break;