summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2021-04-02 04:37:46 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2021-04-01 23:40:05 -0700
commitd5bbafae56ddcc3fcbef49b35271b7abab8c2621 (patch)
tree0df91bb5bdece6abe74169840024e1de0712109f /.github
parent462b4a5fe4cc52ddd7a228d0320778ef20cad3c7 (diff)
downloadrabbitmq-c-d5bbafae56ddcc3fcbef49b35271b7abab8c2621.tar.gz
ci: add warning flags in CI configuration
These flags were removed from the CMakeLists.txt earlier, so adding them back here. Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d4f823f..9c3ffde 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,6 +63,6 @@ jobs:
shell: bash
run: |
cmake -E make_directory build/
- cmake -S . -B build/
+ cmake -S . -B build/ -DCMAKE_C_FLAGS=" /W4"
cmake --build build/ --config Debug --target INSTALL
ctest -V ./build/