From 621ae6a0dcf2b46e5dd265b2375f057845d19c77 Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Sun, 10 Mar 2024 19:20:31 +0100 Subject: [PATCH] split the line --- modules/compiler-warnings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/compiler-warnings.md b/modules/compiler-warnings.md index 3467db78..507e0103 100644 --- a/modules/compiler-warnings.md +++ b/modules/compiler-warnings.md @@ -33,7 +33,8 @@ Go through the programs written so far and run the compiler using the `-Wall -Wextra` options. - What kind of problems have you discovered? How to fix those? - - See e.g. #source whole-array.c example above (where only `-Wextra` gives some clue) + +See e.g. #source whole-array.c example above (where only `-Wextra` gives some clue) Explore the compiler documentation for more helpful options. Over the time you will find a set of warning options that will serve you well.