From a9710cb73cc9ecadaff241428a39a26935cb5c0a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 25 Feb 2021 20:45:10 +0100 Subject: Applied even more warning flags! Fixing all the warnings wasn't that easy actually.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f0722b9..3abec6d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This project is somewhat of a coding playground for me. It doesn't have any usef - Fast boot time (< 1s) - TCP/IP stack and rtl8139 driver - Small size (< 100KiB) -- Compiles with `-Wall -Wextra -pedantic-errors -std=c99 -Ofast` +- Compiles with `-Wall -Wextra -Werror -pedantic-errors -std=c99 -Ofast` ## Screenshot -- cgit v1.2.3