You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Platform-independent build with CMake (and ninja)
@@ -103,7 +103,7 @@ The following adaptions have been undertaken.
103
103
- Replace the compiler switch `WIN32` with MSVC's standard `_WIN32`.
104
104
- Run the `xxd.c`/`config.h` files through the [Artistic Style](http://astyle.sourceforge.net/astyle.html) automatic code formatter, using a version of _AStyle_ from somewhere around 2015.
105
105
- Handle Level-3 warnings found in MSVC.
106
-
- Handle GCC warnings from `-Wall`, `-Wextra`, `-Wpedantic`, `-Wconversion` and `-Wsign-conversion`.
106
+
- Handle GCC warnings from `-Wall`, `-Wextra`, `-Wpedantic`, `-Wconversion`, `-Wsign-conversion` and `-Wshadow`.
107
107
- Add CI consisting of MSVC/GCC/clang builds and a handful of straightforward test cases.
108
108
- Upload build artifacts in CI for `xxd-x86_64-linux-gnu` and `xxd-win64-msvc`, see also discussion in [issue 11](https://github.com/ckormanyos/xxd/issues/11).
109
109
- Resolve code-technical issues (and/or disable some) found via quality checks performed with CodeSonar, as described in [issue 15](https://github.com/ckormanyos/xxd/issues/15) and [issue 23](https://github.com/ckormanyos/xxd/issues/23).
0 commit comments