From 2e9b5d2747c48bf301df7ade8e059098760038a1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Jun 2024 10:01:31 -0300 Subject: etc/sh/rc: Use C17 in $CCFLAGS! POSIX 2024 has been published! https://news.ycombinator.com/item?id=40679809 --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index a9e9c98..2d47886 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -133,7 +133,7 @@ export CCFLAGS=' -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -fPIE - -std=c99 + -std=c17 -Wall -Wextra -Wpedantic -- cgit v1.2.3