Skip to content

Commit

Permalink
[Cellular Library] Fix build warning message. (#37)
Browse files Browse the repository at this point in the history
* [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.
  • Loading branch information
andysun2015 authored Sep 6, 2021
1 parent ea4f994 commit 2ca3253
Show file tree
Hide file tree
Showing 13 changed files with 238 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_CLONE_SUBMODULES=ON \
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -DNDEBUG'
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG'
make -C build/ all
- name: Test
run: |
Expand Down
Loading

0 comments on commit 2ca3253

Please sign in to comment.