Skip to content

Commit

Permalink
fix: add back proto end
Browse files Browse the repository at this point in the history
  • Loading branch information
arjain4 committed Aug 5, 2024
1 parent 7fe35b4 commit fd3e794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/disco/bank/fd_txncache.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
#define SORT_BEFORE(a,b) (a)<(b)
#include "../../util/tmpl/fd_sort.c"

#pragma GCC diagnostic ignored "-Wformat"
#pragma GCC diagnostic ignored "-Wformat-extra-args"

/* The number of transactions in each page. This needs to be high
enough to amoritze the cost of caller code reserving pages from,
and returning pages to the pool, but not so high that the memory
Expand Down
2 changes: 2 additions & 0 deletions src/disco/bank/fd_txncache.h
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,6 @@ int
fd_txncache_is_rooted_slot( fd_txncache_t * tc,
ulong slot );

FD_PROTOTYPES_END

#endif /* HEADER_fd_src_disco_bank_txncache_h */

0 comments on commit fd3e794

Please sign in to comment.