Loading
test/common: Drop single quotes in --extra-cflags arg
Since '' are placed within "" they are treated as literal part of the argument passed to configure. Due to that, configure fails to run cc since all -W flags are treated as one. Change-Id: I69e182f308628cc5b63bd363d3a47cf87336a59a Signed-off-by:Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1024 Reviewed-by:
Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>