commit | b71302e1db3422adc179761814a6bad107bb0454 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu May 10 12:28:35 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 10 14:11:44 2012 -0400 |
tree | d646bcb1717d2cdf447edca8cd319de05a893179 | |
parent | c4621b07f6106c0c360ec5567387beb355e615ac [diff] [blame] |
Fix a few -pedantic warnings We're not enabling -pedantic by default, but a quick test brought up a few issues that we should fix.
diff --git a/shared/config-parser.h b/shared/config-parser.h index 6403947..73902ef 100644 --- a/shared/config-parser.h +++ b/shared/config-parser.h
@@ -57,7 +57,7 @@ WESTON_OPTION_INTEGER, WESTON_OPTION_UNSIGNED_INTEGER, WESTON_OPTION_STRING, - WESTON_OPTION_BOOLEAN, + WESTON_OPTION_BOOLEAN }; struct weston_option {