fix for build error in own commit with non gcc compilers. (and remove invalid comment)

This commit is contained in:
Campbell Barton 2012-10-25 07:53:11 +00:00
parent 9804515cf0
commit 95ddd19d13
2 changed files with 1 additions and 4 deletions

@ -352,7 +352,7 @@
# define BLI_STATIC_ASSERT(a, msg) _Static_assert(a, msg);
#else
/* TODO msvc, clang */
# define BLI_STATIC_ASSERT(a, msg) (void)0
# define BLI_STATIC_ASSERT(a, msg)
#endif
/* hints for branch pradiction, only use in code that runs a _lot_ where */

@ -470,9 +470,6 @@ BMFace *BM_face_split_n(BMesh *bm, BMFace *f, BMVert *v1, BMVert *v2, float cos[
* both collapse a vertex and return a new edge.
* Except this takes a factor and merges custom data.
*
* BMESH_TODO:
* Insert error checking for KV valance.
*
* \param bm The bmesh
* \param ke The edge to collapse
* \param kv The vertex to collapse into the edge