Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fleschutz committed Nov 5, 2022
1 parent 112bd95 commit 65c2f0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

```
Expand Down

0 comments on commit 65c2f0c

Please sign in to comment.