forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wallet/wallet.c: don't declare unused variable.
Ubuntu clang 15.0.2-1 complains: ``` wallet/wallet.c:280:6: error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable] int i; ^ wallet/wallet.c:339:6: error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable] int i; ^ wallet/wallet.c:4768:9: error: variable 'count' set but not used [-Werror,-Wunused-but-set-variable] size_t count; ^ ``` Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information
1 parent
5e76c74
commit d94b715
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters