mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-16 10:11:14 -03:00
Attempt to silence some warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user