util/list: allow typeof() with clang

This commit is contained in:
Max Kellermann 2012-03-19 18:39:05 +01:00
parent 36827e1134
commit 69d3c611aa

View File

@ -27,6 +27,11 @@
#include <glib.h>
#ifdef __clang__
/* allow typeof() */
#pragma GCC diagnostic ignored "-Wlanguage-extension-token"
#endif
/**
* container_of - cast a member of a structure out to the containing structure
* @ptr: the pointer to the member.