Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhedger <hedger@users.noreply.github.com>2022-05-06 16:37:10 +0300
committerGitHub <noreply@github.com>2022-05-06 16:37:10 +0300
commit4d6b170769a33711e62deaf1c2a6b3bdda37e665 (patch)
treeca65f2896946eaa4cec40f59e2a1817d8221e566 /.github
parent1ca98170d9ea9ea49ce30046ce99ade01bd0ca08 (diff)
[FL-2520] FW build with -Wextra (#1185)
* Fixing compiler warnings with -Wextra * More warnings suppression, WIP * Even more warning fixes * Added new lines at end of text files. * Padding fix * Additional fixes to warnings on different build configurations; added -Wextra to default build pipeline * Fixes for Secplus v1 * -additional warnings * +-Wredundant-decls fixes * FuriHal: print stack overflow task name in console * FuriHal: add missing include Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_toolchain.yml2
-rw-r--r--.github/workflows/check_submodules.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_toolchain.yml b/.github/workflows/build_toolchain.yml
index 2068730c..452dfbee 100644
--- a/.github/workflows/build_toolchain.yml
+++ b/.github/workflows/build_toolchain.yml
@@ -43,4 +43,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=flipperdevices/flipperzero-toolchain:buildcache
- cache-to: type=registry,ref=flipperdevices/flipperzero-toolchain:buildcache,mode=max \ No newline at end of file
+ cache-to: type=registry,ref=flipperdevices/flipperzero-toolchain:buildcache,mode=max
diff --git a/.github/workflows/check_submodules.yml b/.github/workflows/check_submodules.yml
index db3a3afb..b02f9a8d 100644
--- a/.github/workflows/check_submodules.yml
+++ b/.github/workflows/check_submodules.yml
@@ -14,4 +14,4 @@ jobs:
with:
path: assets/protobuf
branch: dev
- fetch_depth: 50 \ No newline at end of file
+ fetch_depth: 50