aboutsummaryrefslogtreecommitdiff
path: root/218/index.md
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /218/index.md
Initial versionHEADmain
Diffstat (limited to '218/index.md')
-rw-r--r--218/index.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/218/index.md b/218/index.md
new file mode 100644
index 0000000..cbd5f98
--- /dev/null
+++ b/218/index.md
@@ -0,0 +1,15 @@
+Title: The old std check doesn't fail if newer features are used
+Author: rodarima
+Created: Sun, 07 Jul 2024 16:52:41 +0000
+State: closed
+
+See https://github.com/dillo-browser/dillo/actions/runs/9818421298/job/27110999157#step:6:11
+
+--%--
+From: rodarima
+Date: Sat, 13 Jul 2024 11:17:48 +0000
+
+This seems to make it fail, but it also uncovers some other problems:
+```
+../configure 'CFLAGS=-std=c99' 'CXXFLAGS=-pedantic -std=c++98 -Werror=c++11-extensions'
+``` \ No newline at end of file