Commit 9edf199
committed
CCBC-1596: Fix compiler warning about unused variable
src/handler.cc:709:12: warning: variable 'pos' set but not used [-Wunused-but-set-variable]
size_t pos;
^
Change-Id: I704f3a4ce07cda8029c35d90d00605a575ecf610
Reviewed-on: https://review.couchbase.org/c/libcouchbase/+/190106
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Brett Lawson <brett19@gmail.com>
Reviewed-by: Trond Norbye <trond.norbye@couchbase.com>1 parent 54a6f95 commit 9edf199
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
710 | 709 | | |
711 | 710 | | |
712 | 711 | | |
| |||
735 | 734 | | |
736 | 735 | | |
737 | 736 | | |
738 | | - | |
| 737 | + | |
739 | 738 | | |
740 | 739 | | |
741 | 740 | | |
| |||
0 commit comments