build test-main library again to improve build time

This commit is contained in:
Mario Werner
2016-02-03 12:59:03 +01:00
parent c1a4cd0fa7
commit ded46cc1b6
2 changed files with 10 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ TEST(UtilTest, NArg) {
int result;
#define MAKE_TEST(func) \
void func(const char *format, const fmt::ArgList &args) { \
void func(const char *, const fmt::ArgList &args) { \
result = 0; \
for (unsigned i = 0; args[i].type; ++i) \
result += args[i].int_value; \