Skip to content

Commit c4254c5

Browse files
committed
Tweaks.
1 parent 85f57af commit c4254c5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/build_filter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#define __STDC_FORMAT_MACROS
2-
#define _GNU_SOURCE
31
#include <getopt.h>
42
#include <inttypes.h>
53
#include <iostream>

src/query_filter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ int main(int argc, char **argv) {
110110
printf("failed read.\n");
111111

112112
} else {
113-
printf("Not a filter file. Cookie found: %llu.\n", cookie);
113+
printf("Not a filter file. Cookie found: %llu.\n", (long long unsigned int)cookie);
114114
return EXIT_FAILURE;
115115
}
116116
}

0 commit comments

Comments
 (0)