Преглед изворни кода

Undo modern C standard target because Ubuntu. Fixes #64

Fredrik Svantesson пре 5 година
родитељ
комит
9d8ca6be3c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/Makefile.am

+ 1
- 1
src/Makefile.am Прегледај датотеку

@@ -1,7 +1,7 @@
1 1
 bin_PROGRAMS   = light
2 2
 light_SOURCES  = main.c light.c light.h helpers.c helpers.h impl/sysfs.c impl/sysfs.h impl/util.h impl/util.c impl/razer.h impl/razer.c
3 3
 light_CPPFLAGS = -I../include -D_GNU_SOURCE
4
-light_CFLAGS   = -W -Wall -Wextra -std=gnu18 -Wno-type-limits -Wno-format-truncation -Wno-unused-parameter
4
+light_CFLAGS   = -W -Wall -Wextra -std=gnu99 -Wno-type-limits -Wno-format-truncation -Wno-unused-parameter
5 5
 
6 6
 if CLASSIC
7 7
 install-exec-hook: