Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
1f5e971f
Commit
1f5e971f
authored
Aug 05, 2024
by
NameSirius
Committed by
Jesse Beder
Aug 05, 2024
Browse files
Fix compile warning with -Wshadow
parent
b11eaf16
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
include/yaml-cpp/emitterstyle.h
include/yaml-cpp/emitterstyle.h
+2
-2
include/yaml-cpp/node/type.h
include/yaml-cpp/node/type.h
+2
-2
src/singledocparser.cpp
src/singledocparser.cpp
+2
-3
No files found.
include/yaml-cpp/emitterstyle.h
View file @
1f5e971f
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
#endif
#endif
namespace
YAML
{
namespace
YAML
{
struct
EmitterStyle
{
namespace
EmitterStyle
{
enum
value
{
Default
,
Block
,
Flow
};
enum
value
{
Default
,
Block
,
Flow
};
};
};
}
}
...
...
include/yaml-cpp/node/type.h
View file @
1f5e971f
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
#endif
#endif
namespace
YAML
{
namespace
YAML
{
struct
NodeType
{
namespace
NodeType
{
enum
value
{
Undefined
,
Null
,
Scalar
,
Sequence
,
Map
};
enum
value
{
Undefined
,
Null
,
Scalar
,
Sequence
,
Map
};
};
};
}
}
...
...
src/singledocparser.cpp
View file @
1f5e971f
#include <algorithm>
#include <cstdio>
#include <cstdio>
#include <sstream>
#include <sstream>
...
...
gaoqiong
@gaoqiong
mentioned in commit
04dddd69
·
Oct 08, 2024
mentioned in commit
04dddd69
mentioned in commit 04dddd699979a0d55b8abc970f65d93ee175d5cc
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment