notification: Add an assertion to clarify
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 20:46:26 +0000 (16:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 20:46:26 +0000 (16:46 -0400)
commit0c121775145645b847aace30d403496d81261fae
treee45ca4e00f00cc4118c0ff72c97a514db9cdc077
parentdab20975872a9b3d5f37beffa9e8e2b78efe6c02
notification: Add an assertion to clarify

Coverity doesn't see that g_enum_get_value will never return
NULL here since we always pass it a valid enum value. Help
it along with an assertion.
gio/gnotification.c