File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ You should use as many compilers as you can for your platform(s). Each compiler
105
105
* ` -Wcast-align ` warn for potential performance problem casts
106
106
* ` -Wunused ` warn on anything being unused
107
107
* ` -Woverloaded-virtual ` warn if you overload (not override) a virtual function
108
- * ` -Wpedantic ` (GCC only ) warn if non-standard C++ is used
108
+ * ` -Wpedantic ` (all versions of GCC, Clang >= 3.2 ) warn if non-standard C++ is used
109
109
* ` -Wconversion ` warn on type conversions that may lose data
110
110
* ` -Wsign-conversion ` (Clang all versions, GCC >= 4.3) warn on sign conversions
111
111
* ` -Wmisleading-indentation ` (only in GCC >= 6.0) warn if indentation implies blocks where blocks do not exist
You can’t perform that action at this time.
0 commit comments