We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e759f commit b4777feCopy full SHA for b4777fe
src/modules/datetime/datetime.c
@@ -6,6 +6,8 @@
6
7
#include <time.h>
8
9
+#pragma GCC diagnostic ignored "-Wformat" // warning: unknown conversion type character 'F' in format
10
+
11
#define FF_DATETIME_DISPLAY_NAME "Date & Time"
12
#define FF_DATETIME_NUM_FORMAT_ARGS 20
13
src/modules/users/users.c
#define FF_USERS_NUM_FORMAT_ARGS 1
void ffPrintUsers(FFUsersOptions* options)
0 commit comments