build: make gcc shut up

This commit is contained in:
Lennart Poettering 2010-02-02 13:23:15 +01:00
parent 0acb83e9e6
commit cc13a98b68
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
/*-*- Mode: C; c-basic-offset: 8 -*-*/
#pragma GCC diagnostic ignored "-Wattributes"
#include <assert.h>
#include <dirent.h>
#include <errno.h>