1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-09-09 17:45:00 +03:00

build: make gcc shut up

This commit is contained in:
Lennart Poettering
2010-02-02 13:23:15 +01:00
parent 0acb83e9e6
commit cc13a98b68

View File

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