Skip to content
Snippets Groups Projects

Fix gcc 7 compilation error in attributes

1 open thread
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -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)
Loading