projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ab1969
)
utils_format_graphite_test.c: fix build warnings
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 2 Dec 2016 13:59:47 +0000
(14:59 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 2 Dec 2016 13:59:47 +0000
(14:59 +0100)
src/utils_format_graphite_test.c
patch
|
blob
|
history
diff --git
a/src/utils_format_graphite_test.c
b/src/utils_format_graphite_test.c
index
a395683
..
a82142f
100644
(file)
--- a/
src/utils_format_graphite_test.c
+++ b/
src/utils_format_graphite_test.c
@@
-49,12
+49,12
@@
static data_set_t ds_double = {
DEF_TEST(metric_name) {
struct {
- char *plugin_instance;
- char *type_instance;
- char *prefix;
- char *suffix;
+ c
onst c
har *plugin_instance;
+ c
onst c
har *type_instance;
+ c
onst c
har *prefix;
+ c
onst c
har *suffix;
unsigned int flags;
- char *want_name;
+ c
onst c
har *want_name;
} cases[] = {
{
.want_name = "example@com.test.single",