aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-04-27 17:23:19 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-04-27 17:23:19 -0700
commit58ebdd4a7edf32a6db5f44f9a8bea45f6d12baa5 (patch)
tree1452839a6d893c94a59963f5955a26d89000c252 /screen.cpp
parent36ef521c0e08e4920b29a3f72e337f21a9b5b807 (diff)
Attempt to silence some warnings
Diffstat (limited to 'screen.cpp')
-rw-r--r--screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.cpp b/screen.cpp
index 1fb7ec2f..27b10a5c 100644
--- a/screen.cpp
+++ b/screen.cpp
@@ -48,7 +48,7 @@ efficient way for transforming that to the desired screen content.
#include "pager.h"
/** The number of characters to indent new blocks */
-#define INDENT_STEP 4
+#define INDENT_STEP 4u
/** The initial screen width */
#define SCREEN_WIDTH_UNINITIALIZED -1