diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-30 19:34:41 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-30 19:34:41 +0200 |
| commit | 664ef9a3e1016e80fc1fcbbef6e9f66a2ededfe6 (patch) | |
| tree | 3f5829d9ad2ada25336f3bf98b85a65ec517c22e /sys/linux/rdma_cm_386.const | |
| parent | 9054fae0162950c1fd961819f64b1ac90e5930b3 (diff) | |
pkg/compiler: check for unused declarations
Error on unused structs/unions/resources/flags.
Finds tons of bugs.
Diffstat (limited to 'sys/linux/rdma_cm_386.const')
| -rw-r--r-- | sys/linux/rdma_cm_386.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/rdma_cm_386.const b/sys/linux/rdma_cm_386.const index 44294e2ee..aeebb9d06 100644 --- a/sys/linux/rdma_cm_386.const +++ b/sys/linux/rdma_cm_386.const @@ -78,6 +78,7 @@ RDMA_USER_CM_CMD_REJECT = 9 RDMA_USER_CM_CMD_RESOLVE_ADDR = 21 RDMA_USER_CM_CMD_RESOLVE_IP = 3 RDMA_USER_CM_CMD_RESOLVE_ROUTE = 4 +RDMA_USER_CM_CMD_SET_OPTION = 14 RDMA_USER_CM_QUERY_ADDR = 0 RDMA_USER_CM_QUERY_GID = 2 RDMA_USER_CM_QUERY_PATH = 1 |
