Commit 2b2e6071 authored by Jesse Beder's avatar Jesse Beder
Browse files

Fix gcc warning

parent 891c7338
...@@ -9,11 +9,7 @@ ...@@ -9,11 +9,7 @@
namespace YAML { namespace YAML {
struct EmitterStyle { struct EmitterStyle {
enum value { enum value { Default, Block, Flow };
Default,
Block,
Flow,
};
}; };
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment