prakashsurya commented on this pull request.
> @@ -94,6 +95,7 @@ int zfs_vdev_async_read_max_active; static const char cmdname[] = "zdb"; uint8_t dump_opt[256]; +extern int aok; ``` ==== lint warnings src ==== "/opt/jenkins/root/workspace/openzfs_openzfs_PR-494-64XNXXNYJTBMFXZULXEELHIF226JBJ6ZVXFRFO6EYEWBUT4REFUQ/usr/src/cmd/zdb/zdb.c", line 4152: warning: name used but not defined: aok in zdb.c(4152) (E_NAME_USED_NOT_DEF2) ``` you can see it in the build output for the automated build, [here](http://jenkins.open-zfs.org/blue/rest/organizations/jenkins/pipelines/openzfs/openzfs/branches/PR-494/runs/3/nodes/102/log/?start=0). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/494#discussion_r151210277 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/T65a1e2af407fe4b4-M3575b60adbe97afdb17a03b9 Powered by Topicbox: https://topicbox.com
