From 70fed98d4a697c033ad23371c97b6be85b7f3ef8 Mon Sep 17 00:00:00 2001
From: Danack <Danack@basereality.com>
Date: Thu, 8 Feb 2024 21:38:32 +0000
Subject: [PATCH] This is now allowed in PHP src as C90 compatibility has been
 dropped for C99.

---
 util/calculate_cflags.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/util/calculate_cflags.php b/util/calculate_cflags.php
index d162794b..61263a9b 100644
--- a/util/calculate_cflags.php
+++ b/util/calculate_cflags.php
@@ -22,7 +22,6 @@
 
 $CFLAGS = array(
     "-Wno-deprecated-declarations",
-    "-Wdeclaration-after-statement",
     "-Werror",
     "-Wall",
     "-Wextra",