summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-06-19 22:53:12 +0200
committerCarl Hetherington <cth@carlh.net>2022-06-21 18:55:16 +0200
commitc26e79a3598ff1b36f800823f178a0829d0fa547 (patch)
tree115546256a43dcd510f9dbb67130599d6459fa4f
parent6d686ea45f5cd01a0d11f92a903ac77779ad8562 (diff)
Cleanup: use constexpr.
-rw-r--r--src/lib/ext.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ext.cc b/src/lib/ext.cc
index 81a0edefe..96753eca4 100644
--- a/src/lib/ext.cc
+++ b/src/lib/ext.cc
@@ -73,7 +73,7 @@ using std::vector;
/* Use quite a big block size here, as ext4's fwrite() has quite a bit of overhead */
-static uint64_t const block_size = 4096 * 4096;
+uint64_t constexpr block_size = 4096 * 4096;
static