]> git.proxmox.com Git - mirror_spl.git/commit
Fix aarch64 type warning
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 2 Oct 2016 01:33:01 +0000 (18:33 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2016 01:33:01 +0000 (18:33 -0700)
commit6c2a66bfa816793fbdcede8854816d526c925574
treeddd90b04773814a03ac9bfce632ce40f1b66f466
parent8acfb2bcc118555fed2c0902c33d300a57630368
Fix aarch64 type warning

Explicitly cast type in splat-rwlock.c test case to silence
the following warning.

  warning: format ‘%ld’ expects argument of type ‘long int’,
  but argument N has type ‘int’

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #574
module/splat/splat-rwlock.c