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 1fee8ef commit 2630199Copy full SHA for 2630199
test/datatype/unpack_ooo.c
@@ -5,6 +5,7 @@
5
* reserved.
6
* Copyright (c) 2014 Research Organization for Information Science
7
* and Technology (RIST). All rights reserved.
8
+ * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
9
* $COPYRIGHT$
10
*
11
* Additional copyrights may follow
@@ -31,12 +32,12 @@ uint32_t remote_arch = 0xffffffff;
31
32
struct foo_t {
33
int i[3];
34
double d[3];
-} foo = {}, *bar = NULL;
35
+} foo = {0}, *bar = NULL;
36
37
struct pfoo_t {
38
int i[2];
39
double d[2];
-} pfoo = {}, *pbar = NULL;
40
+} pfoo = {0}, *pbar = NULL;
41
42
static void print_hex(void* ptr, int count, int space)
43
{
0 commit comments