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 /docker-compose.yml
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 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 68aa14c1..39aca411 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -9,4 +9,4 @@ services:
volumes:
- .:/project
- /dev/bus/usb:/dev/bus/usb
- working_dir: '/project' \ No newline at end of file
+ working_dir: '/project'