Commit 58c46e3
authored
tests/Database_test.cpp: fix a warning around
Without the change `gcc` detects unexpected tokens as:
/build/source/tests/Database_test.cpp:566:9: warning: extra tokens at
end of #endif directive
[8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wendif-labels-Wendif-labels8;;]
566 | #endif && !defined(__APPLE__)
| ^~#endif (#489)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| |||
0 commit comments