Skip to content

Instantly share code, notes, and snippets.

@aprieger-llnw
Created August 10, 2017 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aprieger-llnw/8a6e81012a5d8894659151c23e49adf0 to your computer and use it in GitHub Desktop.
Save aprieger-llnw/8a6e81012a5d8894659151c23e49adf0 to your computer and use it in GitHub Desktop.
/usr/home/aprieger/repos/freebsd-master/freebsd/cddl/contrib/opensolaris/cmd/zfs/
zfs_main.c:2196:49: warning: format specifies type 'unsigned long' but the argume
nt has type 'unsigned long long' [-Wformat]
"ZFS filesystem version %"PRIu64".\n\n"), ZPL_VERSION);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~
/usr/home/aprieger/repos/freebsd-master/freebsd/sys/cddl/contrib/opensolaris/uts/
common/sys/fs/zfs.h:483:23: note: expanded from macro 'ZPL_VERSION'
#define ZPL_VERSION ZPL_VERSION_5
^~~~~~~~~~~~~
/usr/home/aprieger/repos/freebsd-master/freebsd/sys/cddl/contrib/opensolaris/uts/
common/sys/fs/zfs.h:482:25: note: expanded from macro 'ZPL_VERSION_5'
#define ZPL_VERSION_5 5ULL
^~~~
1 warning generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment