Skip to content

Commit 2ca3253

Browse files
authored
[Cellular Library] Fix build warning message. (#37)
* [Cellular Library] Fix build warning message in unit test * [Cellular Library] Correct memory estimation. * [Cellular Library] Use stack memory instead of heap memory. * [Cellular Library] Fix spelling error.
1 parent ea4f994 commit 2ca3253

13 files changed

+238
-258
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
-G "Unix Makefiles" \
1919
-DCMAKE_BUILD_TYPE=Debug \
2020
-DBUILD_CLONE_SUBMODULES=ON \
21-
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -DNDEBUG'
21+
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG'
2222
make -C build/ all
2323
- name: Test
2424
run: |

0 commit comments

Comments
 (0)