Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maestro-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maestro
maestro-core
Merge requests
!1
Fix gcc 7 compilation error in attributes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Fix gcc 7 compilation error in attributes
attributes_fix-gcc-7-error
into
attributes
Overview
8
Commits
1
Pipelines
0
Changes
2
1 open thread
Thread options
Hide all comments
Closed
Fix gcc 7 compilation error in attributes
Domokos Sármány
requested to merge
attributes_fix-gcc-7-error
into
attributes
Apr 28, 2020
Overview
8
Commits
1
Pipelines
0
Changes
2
1 open thread
Thread options
Hide all comments
0
0
Merge request reports
Compare
attributes
attributes (base)
and
latest version
latest version
8a17f7d9
1 commit,
Apr 28, 2020
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
attributes/ecmwf-yaml.h
+
1
−
1
View file @ 8a17f7d9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
in
t
ecmwf_yaml_len
=
1859
;
#def
in
e
ecmwf_yaml_len
((unsigned int)
1859
)
Loading