Emmanuel Fleury
24c60cee6c
Fix missing initializer warnings in glib/tests/markup-collect.c
glib/gmarkup.h:154:10: note: ‘end_element’ declared here
154 | void (*end_element) (GMarkupParseContext *context,
| ^~~~~~~~~~~
glib/tests/markup-collect.c:94:3: error: missing initializer for field ‘error_code’ of ‘struct test’
94 | { "<bool mb='false'/>", "<bool(1) 0 0 -1>" },
| ^
glib/tests/markup-collect.c:85:17: note: ‘error_code’ declared here
85 | GMarkupError error_code;
| ^~~~~~~~~~
glib/tests/markup-collect.c:95:3: error: missing initializer for field ‘error_code’ of ‘struct test’
95 | { "<bool mb='true'/>", "<bool(1) 1 0 -1>" },
| ^
glib/tests/markup-collect.c:85:17: note: ‘error_code’ declared here
85 | GMarkupError error_code;
| ^~~~~~~~~~
glib/tests/markup-collect.c:96:3: error: missing initializer for field ‘error_code’ of ‘struct test’
96 | { "<bool mb='t' ob='f' tri='1'/>", "<bool(1) 1 0 1>" },
| ^
glib/tests/markup-collect.c:85:17: note: ‘error_code’ declared here
85 | GMarkupError error_code;
| ^~~~~~~~~~
glib/tests/markup-collect.c:97:3: error: missing initializer for field ‘error_code’ of ‘struct test’
97 | { "<bool mb='y' ob='n' tri='0'/>", "<bool(1) 1 0 0>" },
| ^
glib/tests/markup-collect.c:85:17: note: ‘error_code’ declared here
85 | GMarkupError error_code;
| ^~~~~~~~~~
glib/tests/markup-collect.c:99:3: error: missing initializer for field ‘error_code’ of ‘struct test’
99 | { "<bool mb='y' my:attr='q'><my:tag/></bool>", "<bool(1) 1 0 -1>" },
| ^
glib/tests/markup-collect.c:85:17: note: ‘error_code’ declared here
85 | GMarkupError error_code;
| ^~~~~~~~~~
glib/tests/markup-collect.c💯3: error: missing initializer for field ‘error_code’ of ‘struct test’
100 | { "<bool mb='y' my:attr='q'><my:tag>some <b>text</b> is in here</my:tag></bool>", "<bool(1) 1 0 -1>" },
| ^
glib/tests/markup-collect.c:85:17: note: ‘error_code’ declared here
85 | GMarkupError error_code;
| ^~~~~~~~~~
glib/tests/markup-collect.c:111:3: error: missing initializer for field ‘error_code’ of ‘struct test’
111 | { "<str cm='x' am='y'/>", "<str(1) x y (null) (null)>" },
| ^
glib/tests/markup-collect.c:85:17: note: ‘error_code’ declared here
85 | GMarkupError error_code;
| ^~~~~~~~~~
2020-11-13 10:13:49 +01:00
..
2020-07-27 15:41:09 +01:00
2019-01-16 10:24:11 -05:00
2019-01-15 15:11:43 +00:00
2020-06-14 23:59:37 +08:00
2020-02-27 10:33:45 +00:00
2019-01-15 15:11:43 +00:00
2020-11-13 10:13:49 +01:00
2020-06-12 15:01:08 +01:00
2019-08-24 19:14:05 +00:00
2017-05-24 11:58:19 +02:00
2020-06-12 15:01:08 +01:00
2020-09-02 14:36:22 +02:00
2019-10-07 14:38:24 +02:00
2019-07-29 12:27:29 +01:00
2019-07-29 12:27:29 +01:00
2017-05-24 11:58:19 +02:00
2019-07-26 02:11:35 +01:00
2020-10-14 14:48:40 -04:00
2019-11-21 11:02:14 +00:00
2020-05-28 09:21:35 +01:00
2020-01-15 13:15:54 +00:00
2017-05-24 11:58:19 +02:00
2020-06-12 15:01:08 +01:00
2017-05-24 11:58:19 +02:00
2020-05-30 17:09:40 +01:00
2020-05-28 14:55:53 +01:00
2018-06-02 09:45:55 +02:00
2019-11-04 15:10:24 +00:00
2017-05-24 11:58:19 +02:00
2020-06-23 10:49:44 +01:00
2019-05-27 17:51:40 +00:00
2017-05-24 11:58:19 +02:00
2019-09-05 13:51:27 +01:00
2017-05-24 11:58:19 +02:00
2020-09-18 23:50:09 +05:30
2020-07-23 13:57:59 +05:30
2018-08-22 11:18:02 +01:00
2019-01-28 15:24:06 +01:00
2017-05-24 11:58:19 +02:00
2017-05-24 11:58:19 +02:00
2020-06-23 10:49:44 +01:00
2020-06-23 10:49:44 +01:00
2020-10-01 11:46:15 +01:00
2019-07-29 12:27:29 +01:00
2019-01-24 11:31:38 +01:00
2017-05-24 11:58:19 +02:00
2020-06-12 15:01:08 +01:00
2020-06-12 15:01:08 +01:00
2017-05-24 11:58:19 +02:00
2020-02-26 20:06:13 +01:00
2017-05-24 11:58:19 +02:00
2020-09-10 11:22:44 +00:00
2020-07-26 21:37:46 +01:00
2020-06-12 15:01:08 +01:00
2017-05-24 11:58:19 +02:00
2020-10-14 12:58:25 +01:00
2019-05-30 10:38:45 +01:00
2019-08-24 19:14:05 +00:00
2017-05-24 11:58:19 +02:00
2017-11-12 16:36:16 +01:00
2017-05-24 11:58:19 +02:00
2020-08-05 18:50:13 +04:00
2017-05-24 11:58:19 +02:00
2017-05-24 11:58:19 +02:00
2017-05-24 11:58:19 +02:00
2020-06-12 15:01:08 +01:00
2019-08-24 19:14:05 +00:00
2020-08-21 05:50:02 +02:00
2020-07-23 13:57:59 +05:30
2020-10-19 13:28:46 +03:00
2018-08-22 11:18:02 +01:00
2019-11-05 14:28:41 -08:00
2018-08-25 23:59:45 +01:00
2019-09-05 14:16:58 +01:00
2020-10-14 11:01:24 +00:00
2020-10-02 15:45:40 +01:00
2019-03-06 11:41:56 +00:00
2019-12-11 11:48:41 +00:00
2020-06-10 09:48:02 +01:00
2019-06-18 17:29:36 +08:00
2020-10-02 15:45:44 +01:00
2019-11-26 12:17:04 +00:00
2020-10-14 11:01:24 +00:00
2018-01-04 22:19:30 +01:00
2019-08-24 19:14:05 +00:00
2020-05-19 16:20:31 +01:00
2013-01-13 13:11:57 -05:00
2020-09-22 16:41:55 +01:00
2019-11-25 13:09:25 +01:00
2020-10-23 12:04:04 +01:00
2017-05-24 11:58:19 +02:00
2020-10-26 13:08:01 +00:00
2020-05-15 11:59:06 +01:00
2019-03-15 21:30:22 +01:00
2018-08-22 11:18:02 +01:00
2019-09-18 17:06:20 +01:00
2017-05-24 11:58:19 +02:00
2020-05-19 15:12:16 +01:00
2020-10-14 14:52:32 -04:00
2020-10-07 14:04:08 +01:00
2020-10-07 14:04:08 +01:00
2008-04-08 02:59:05 +00:00
2020-06-12 15:01:08 +01:00
2019-06-25 09:19:49 +02:00
2020-09-02 12:48:37 +01:00
2019-06-03 10:57:18 +01:00
2020-07-27 13:21:20 +01:00
2019-11-21 13:07:08 +01:00
2017-05-24 11:58:19 +02:00
2020-05-20 15:32:47 +02:00
2017-05-24 11:58:19 +02:00
2019-03-15 21:30:22 +01:00
2017-05-24 11:58:19 +02:00
2020-11-12 03:25:58 +00:00
2017-05-24 11:58:19 +02:00
2020-06-10 09:48:02 +01:00
2017-05-24 11:58:19 +02:00
2017-05-24 11:58:19 +02:00
2019-09-21 10:48:23 +02:00
2017-05-24 11:58:19 +02:00
2020-09-02 14:38:15 +02:00
2019-05-01 13:01:14 -07:00
2020-06-12 15:01:08 +01:00
2020-06-12 15:01:08 +01:00
2019-07-10 10:10:58 -04:00
2020-10-14 14:48:36 -04:00
2018-12-18 11:18:43 +00:00
2018-11-08 16:04:51 +01:00
2018-11-08 16:04:51 +01:00
2018-07-30 23:06:23 +05:30
2018-12-17 13:53:34 +00:00
2020-06-12 15:01:08 +01:00
2017-10-06 12:49:12 +01:00
2020-11-03 16:59:36 +00:00
2019-05-30 10:38:45 +01:00
2020-03-18 14:50:36 +00:00
2020-09-02 14:38:15 +02:00
2017-05-24 11:58:19 +02:00
2020-03-04 11:21:17 +01:00
2017-05-24 11:58:19 +02:00
2020-10-15 10:43:28 +01:00
2020-07-28 18:22:21 +02:00
2020-09-22 16:41:55 +01:00
2019-11-25 13:09:25 +01:00
2018-06-12 16:13:51 +01:00
2020-06-12 15:01:08 +01:00
2020-07-23 13:57:59 +05:30
2020-10-12 18:10:45 +01:00
2020-06-12 15:01:08 +01:00
2018-10-10 19:19:18 +00:00
2020-07-26 21:38:17 +01:00
2019-09-18 10:47:23 +02:00
2020-01-30 01:56:56 +00:00
2020-10-26 09:26:03 +00:00
2018-12-17 17:16:03 +00:00
2020-06-25 13:57:35 +04:00
2019-05-30 10:38:45 +01:00
2017-10-26 12:27:17 +01:00
2017-05-24 11:58:19 +02:00
2020-10-14 11:01:24 +00:00
2020-10-14 11:01:24 +00:00
2020-06-12 15:01:08 +01:00
2019-05-14 12:14:54 +01:00
2020-08-18 09:33:06 +01:00
2020-07-15 12:45:56 +01:00
2020-09-30 16:16:11 +01:00
2020-09-30 16:16:11 +01:00
2020-08-20 15:23:05 -04:00
2020-05-19 16:17:39 +01:00
2020-07-27 17:28:43 +01:00
2017-05-24 11:58:19 +02:00
2020-01-21 11:56:34 +00:00
2019-07-29 12:27:29 +01:00
2019-07-29 12:27:29 +01:00
2020-10-16 13:47:22 +00:00
2018-04-13 15:25:26 +01:00
2020-10-23 12:07:02 +01:00
2020-07-07 11:17:10 +01:00
2014-02-20 18:27:24 -05:00
2020-05-12 12:41:22 +01:00
2020-07-27 15:41:09 +01:00
2019-05-30 10:39:11 +01:00
2020-10-06 11:07:11 +01:00
2020-10-06 11:07:11 +01:00
2020-03-31 23:22:26 +03:00
2017-05-24 11:58:19 +02:00
2020-03-18 14:50:36 +00:00
2020-03-18 14:50:36 +00:00
2020-03-18 14:50:36 +00:00
2017-05-24 11:58:19 +02:00
2019-10-08 13:50:13 +01:00
2020-03-18 14:50:36 +00:00
2020-03-31 14:18:32 +01:00
2020-03-18 14:50:36 +00:00
2020-06-12 15:01:08 +01:00
2020-11-06 15:32:17 -06:00
2020-11-06 15:32:17 -06:00
2020-06-25 13:57:35 +04:00
2020-09-10 14:14:32 +01:00
2020-09-22 16:14:21 -04:00
2019-09-27 15:47:03 +12:00
2018-12-17 17:16:03 +00:00
2020-06-10 09:48:02 +01:00
2017-02-06 14:40:38 +01:00
2018-05-28 09:22:55 -04:00
2020-08-18 09:46:12 +01:00
2020-08-18 09:46:12 +01:00
2018-10-23 17:01:51 +13:00
2019-10-30 15:37:39 +00:00
2020-10-26 14:28:15 +00:00
2018-11-06 12:49:25 +00:00
2020-10-26 14:28:15 +00:00
2019-10-18 13:53:18 +01:00
2020-10-26 14:28:15 +00:00
2018-10-23 17:01:51 +13:00
2019-08-24 19:14:05 +00:00
2020-06-12 15:01:08 +01:00
2017-05-24 11:58:19 +02:00
2017-05-24 11:58:19 +02:00
2020-10-01 14:33:21 +01:00
2018-04-27 16:46:19 +01:00
2017-05-24 11:58:19 +02:00
2019-08-10 21:56:33 +02:00
2020-07-23 13:57:59 +05:30
2017-07-12 22:36:30 +02:00
2016-05-23 10:52:10 -04:00
2020-10-14 11:01:24 +00:00
2018-07-12 23:48:41 +02:00
2020-04-27 22:00:50 +03:00
2016-08-13 10:31:26 +02:00