Commit 9e3cee5
committed
CCBC-1596: Do not use public lcb_n1x_list which is deprecated
src/n1ql/ixmgmt.cc:729:12: warning: 'lcb_n1x_list' is deprecated [-Wdeprecated-declarations]
return lcb_n1x_list(m_instance, this, &cmd);
^
include/libcouchbase/ixmgmt.h:180:1: note: 'lcb_n1x_list' has been explicitly marked deprecated here
LCB_DEPRECATED2(LIBCOUCHBASE_API lcb_STATUS lcb_n1x_list(lcb_INSTANCE *instance, const void *cookie,
^
include/libcouchbase/sysdefs.h:90:36: note: expanded from macro 'LCB_DEPRECATED2'
^
include/libcouchbase/sysdefs.h:86:44: note: expanded from macro 'LCB_DEPRECATED'
^
Change-Id: I685e9a96925c7443dfcc2e9a68f6abecc25a2195
Reviewed-on: https://review.couchbase.org/c/libcouchbase/+/190110
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Brett Lawson <brett19@gmail.com>1 parent f415e9a commit 9e3cee5
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | | - | |
| 729 | + | |
| 730 | + | |
730 | 731 | | |
731 | 732 | | |
732 | 733 | | |
| |||
0 commit comments