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 {
|
||||
struct EmitterStyle {
|
||||
enum value {
|
||||
Default,
|
||||
Block,
|
||||
Flow,
|
||||
};
|
||||
enum value { Default, Block, Flow };
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user