Try to fix windows builds - MSVC doesn't like g_assert_not_reached() ?

svn path=/trunk/; revision=46606
This commit is contained in:
Evan Huus 2012-12-19 01:08:21 +00:00
parent 03af5455c7
commit 77d69b36b2
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ wmem_allocator_new(const wmem_allocator_type_t type)
default:
g_assert_not_reached();
};
/* This is doubly not-reachable, but MSVC gets confused otherwise... */
g_assert_not_reached();
}
void