Remove useless warnings #35
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
robustness
UI
wontfix
Priorità
Media
Priorità
Urgente
Rifiutato
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
techbloc/techrec#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current code has lot of warnings which are actually irrelevant, and some of them are even dangerous. As an example, checking if
AUDIO_INPUTis readable at start time might be a bad idea, because at boot time some filesystem might not be initialized yet. But this shouldn't prevent techrec from starting: sure, error might come in some time frame, but this is a job for #27