cleanup of various warnings from clangd (#3682)

* cleanup of various warnings from clangs
* lfrfid_debug: cast fixes
* subghz: binraw: round->roundf
* furi: thread: updated internal stack size variable to size_t
* github: fail faster on unsuccessful build
* unit_tests: double trouble
This commit is contained in:
hedger
2024-06-03 17:43:23 +04:00
committed by GitHub
parent 0d4ead8fbd
commit 03196fa110
136 changed files with 127 additions and 196 deletions

View File

@@ -1,4 +1,4 @@
#include "../subghz_i.h"
#include "../subghz_i.h" // IWYU pragma: keep
#include "../helpers/subghz_custom_event.h"
void subghz_scene_delete_success_popup_callback(void* context) {

View File

@@ -1,4 +1,4 @@
#include "../subghz_i.h"
#include "../subghz_i.h" // IWYU pragma: keep
#include "../views/subghz_frequency_analyzer.h"
void subghz_scene_frequency_analyzer_callback(SubGhzCustomEvent event, void* context) {

View File

@@ -1,4 +1,4 @@
#include "../subghz_i.h"
#include "../subghz_i.h" // IWYU pragma: keep
#include <lib/toolbox/value_index.h>
#include <applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h>
#include <lib/subghz/devices/cc1101_int/cc1101_int_interconnect.h>

View File

@@ -2,7 +2,7 @@
#include "../views/subghz_read_raw.h"
#include <dolphin/dolphin.h>
#include <lib/subghz/protocols/raw.h>
#include <lib/toolbox/path.h>
#include <toolbox/path.h>
#define RAW_FILE_NAME "Raw_signal_"
#define TAG "SubGhzSceneReadRaw"

View File

@@ -1,4 +1,4 @@
#include "../subghz_i.h"
#include "../subghz_i.h" // IWYU pragma: keep
#include <furi_hal_region.h>

View File

@@ -1,4 +1,4 @@
#include "../subghz_i.h"
#include "../subghz_i.h" // IWYU pragma: keep
enum SubmenuIndex {
SubmenuIndexEmulate,

View File

@@ -1,4 +1,4 @@
#include "../subghz_i.h"
#include "../subghz_i.h" // IWYU pragma: keep
#include "../helpers/subghz_custom_event.h"
static const NotificationSequence subghs_sequence_sd_error = {

View File

@@ -1,4 +1,4 @@
#include "../subghz_i.h"
#include "../subghz_i.h" // IWYU pragma: keep
#include "../helpers/subghz_custom_event.h"
void subghz_scene_show_error_sub_popup_callback(void* context) {