Skip to content

Commit

Permalink
Revert "actually remove the warning"
Browse files Browse the repository at this point in the history
clang does not like it.

This reverts commit 0a25fd5.
  • Loading branch information
zoff99 committed Jul 13, 2023
1 parent 3242f99 commit ae177c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toxcore/tox.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "../toxencryptsave/defines.h"

#pragma clang diagnostic push
#pragma clang diagnostic warning "-Wno-missing-variable-declarations"
#pragma clang diagnostic warning "-Wmissing-variable-declarations"
bool global_filetransfer_is_resumable = false;
bool global_force_udp_only_mode = false;
bool global_do_not_sync_av = false;
Expand Down

0 comments on commit ae177c1

Please sign in to comment.