Skip to content
Snippets Groups Projects
Commit 682237df authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #4860 from jtattermusch/tag_set_win_fix

Fix compilation on windows
parents 4746ce89 45be7ff6
No related branches found
No related tags found
No related merge requests found
...@@ -319,9 +319,10 @@ static void replace_add_delete_test(void) { ...@@ -319,9 +319,10 @@ static void replace_add_delete_test(void) {
census_tag_set_destroy(cts2); census_tag_set_destroy(cts2);
} }
#define BUF_SIZE 200
// test encode/decode. // test encode/decode.
static void encode_decode_test(void) { static void encode_decode_test(void) {
const size_t BUF_SIZE = 200;
char buffer[BUF_SIZE]; char buffer[BUF_SIZE];
struct census_tag_set *cts = struct census_tag_set *cts =
census_tag_set_create(NULL, basic_tags, BASIC_TAG_COUNT, NULL); census_tag_set_create(NULL, basic_tags, BASIC_TAG_COUNT, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment