xdgmime: Don't warn if we have no MMAP support
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 1 Mar 2009 19:12:12 +0000 (20:12 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 1 Mar 2009 19:12:12 +0000 (20:12 +0100)
gst/xdgmime/xdgmime/xdgmimecache.c

index 8dce96a..e1c1b34 100644 (file)
@@ -41,8 +41,6 @@
 
 #ifdef HAVE_MMAP
 #include <sys/mman.h>
-#else
-#warning Building xdgmime without MMAP support. Binary "mime.info" cache files will not be used.
 #endif
 
 #include <sys/stat.h>