schema compiler: Don't store zero-valued flags
authorRyan Lortie <desrt@desrt.ca>
Mon, 4 Oct 2010 06:57:06 +0000 (02:57 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 4 Oct 2010 06:57:06 +0000 (02:57 -0400)
commit833e389516b5e5b2271ed84c7b2036801c3100f1
treeb7ee501bcddcc88fe04512109bf543c6022a9ccb
parent136e705e8383ff8848e425ac01278102d7badc52
schema compiler: Don't store zero-valued flags

Don't store the "none" value for flags into the compiled schema file.
"none" should never appear as a value -- no flags set is indicated by an
empty array.
gio/glib-compile-schemas.c