numam-spdk/test/blobfs
Richael Zhuang e9063d4da1 test/blobfs: rocksdb building error with gcc9
There's a small error when building rocksdb in blobfs db_bench
with gcc9:
"strncpy output truncated before terminating nul copying as many
bytes from a string as its length [-Werror=stringop-truncation]"

It's not a real bug for in the code "strncpy" truncates the null
terminator but set it later, which has been reported here:
https://github.com/facebook/rocksdb/issues/4017
Just adding "-Wno-error=stringop-truncation" to silent the compiler.

Signed-off-by: Richael Zhuang <richael.zhuang@arm.com>
Change-Id: I95993605f0376f5c101fb487596721b384319bcb
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1594
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2020-04-06 07:48:25 +00:00
..
fuse global: rename copy to accel 2020-02-18 08:05:34 +00:00
mkfs global: rename copy to accel 2020-02-18 08:05:34 +00:00
rocksdb test/blobfs: rocksdb building error with gcc9 2020-04-06 07:48:25 +00:00
blobfs.sh test/blobfs: Refactor exit behavior 2020-02-10 10:24:01 +00:00
Makefile blobfs/fuse: put FUSE code in module blobfs_bdev 2019-10-15 16:25:09 +00:00