From 65c2f0cc3369fcfb02a88fc5ea1b269078c78fa3 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sat, 5 Nov 2022 19:30:35 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3a60dd..0a182c8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ The Compiler Warnings Test Suite (CWTS) for C++ =============================================== -**Warnings are important, especially in C++. To prevent software bugs developers do require an early warning system. However, not every C++ compiler or code analyzer detects and prints each and every possible warning. CWTS provides a collection of 65 test cases to check this. See the subfolder [Tests/](Tests/) where each test case is handled by a single .cpp source code file, which should generate at least one warning or error.** +**Warnings are important, especially in C++. To prevent software bugs developers do require an early warning system. However, not every C++ compiler or code analyzer detects and prints each and every possible warning. CWTS provides a collection of 66 test cases to check this. See the subfolder [Tests/](Tests/) where each test case is handled by a single .cpp source code file, which should generate at least one warning or error.** -Requirements & Installation ---------------------------- +Requirements & Installation 🔧 +----------------------------- Just a **C++ compiler** and **cmake** is needed. Then execute: ```