mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Fix gcc warning
This commit is contained in:
@@ -9,11 +9,7 @@
|
|||||||
|
|
||||||
namespace YAML {
|
namespace YAML {
|
||||||
struct EmitterStyle {
|
struct EmitterStyle {
|
||||||
enum value {
|
enum value { Default, Block, Flow };
|
||||||
Default,
|
|
||||||
Block,
|
|
||||||
Flow,
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user