mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Avoid unused argument warnings
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9803d7acde
commit
cb20da7de3
1 changed files with 3 additions and 0 deletions
|
@ -457,6 +457,9 @@ static uint32_t calculate_string_hash(const char *str)
|
|||
*/
|
||||
static void dc_match_serial(void *_dc, const char *model, uint32_t deviceid, const char *nickname, const char *serial, const char *firmware)
|
||||
{
|
||||
(void)nickname;
|
||||
(void)firmware;
|
||||
|
||||
struct divecomputer *dc = _dc;
|
||||
|
||||
if (!deviceid)
|
||||
|
|
Loading…
Add table
Reference in a new issue