Skip to content
Snippets Groups Projects
Commit 8a17f7d9 authored by Domokos Sármány's avatar Domokos Sármány
Browse files

Fix gcc 7 compilation error in attributes

parent fab8d9ef
No related tags found
1 merge request!1Fix gcc 7 compilation error in attributes
......@@ -155,4 +155,4 @@ unsigned char ecmwf_yaml[] = {
0x74, 0x65, 0x6f, 0x72, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c,
0x20, 0x71, 0x75, 0x61, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x0a
};
const unsigned int ecmwf_yaml_len = 1859;
#define ecmwf_yaml_len ((unsigned int)1859)
......@@ -412,4 +412,4 @@ unsigned char maestro_core_yaml[] = {
0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x79, 0x61, 0x6d, 0x6c, 0x29, 0x0a,
0x0a
};
const unsigned int maestro_core_yaml_len = 4933;
#define maestro_core_yaml_len ((unsigned int)4933)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment