diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /218 |
Diffstat (limited to '218')
-rw-r--r-- | 218/index.md | 15 |
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 |