Attempt to silence some warnings

This commit is contained in:
ridiculousfish
2014-04-27 17:23:19 -07:00
parent 36ef521c0e
commit 58ebdd4a7e
9 changed files with 18 additions and 13 deletions

View File

@@ -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