diff options
author | Christian Hesse <mail@eworm.de> | 2014-10-21 14:00:36 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-10-21 14:00:36 +0200 |
commit | 6c9ceaa422c0c4d974b354c627a51a86e1b448b0 (patch) | |
tree | 00a06a23ed4efe26dc942e005ca883ee1f4a549e | |
parent | 1d9c0c9c0ced3ea71d9251c95494eb8f7febb7ac (diff) | |
download | mkinitcpio-ykfde-6c9ceaa422c0c4d974b354c627a51a86e1b448b0.tar.gz mkinitcpio-ykfde-6c9ceaa422c0c4d974b354c627a51a86e1b448b0.tar.zst |
use ISO C11 standard
-rw-r--r-- | udev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/Makefile b/udev/Makefile index ad3786e..4666b1d 100644 --- a/udev/Makefile +++ b/udev/Makefile @@ -3,7 +3,7 @@ CC := gcc INSTALL := install RM := rm # flags -CFLAGS += -O2 -Wall -Werror +CFLAGS += -std=c11 -O2 -Wall -Werror all: ykfde |