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.
2 parents 9cf8e64 + 8e71257 commit 04b02caCopy full SHA for 04b02ca
src/ctl/ctl_internal.h
@@ -75,8 +75,8 @@ struct ctl_argument_parser {
75
};
76
77
struct ctl_argument {
78
- size_t dest_size; /* size of the entire argument */
79
- struct ctl_argument_parser parsers[]; /* array of 'fields' in arg */
+ size_t dest_size; /* size of the entire argument */
+ struct ctl_argument_parser parsers[8]; /* array of 'fields' in arg */
80
81
82
#define sizeof_member(type, member) sizeof(((type *)0)->member)
src/pool/pool_disjoint.c
@@ -27,7 +27,7 @@
27
#include "utils_log.h"
28
#include "utils_math.h"
29
30
-static char *DEFAULT_NAME = "disjoint";
+static const char *DEFAULT_NAME = "disjoint";
31
32
/* Disjoint pool CTL implementation */
33
struct ctl disjoint_ctl_root;
0 commit comments