diff options
author | Jie Fu <jiefu@tencent.com> | 2024-02-06 10:44:52 +0800 |
---|---|---|
committer | Jie Fu <jiefu@tencent.com> | 2024-02-06 10:50:34 +0800 |
commit | 87ff65b07c82337d99b0dc0ca562e394ecedc11b (patch) | |
tree | 82c18019868c426adfdaa09f96fb3584bb4ea9e7 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | 5953532615595918d006ace2ad83fe33d1cd3915 (diff) | |
download | llvm-87ff65b07c82337d99b0dc0ca562e394ecedc11b.zip llvm-87ff65b07c82337d99b0dc0ca562e394ecedc11b.tar.gz llvm-87ff65b07c82337d99b0dc0ca562e394ecedc11b.tar.bz2 |
[mlir][test] Fix -Wformat in sparse_tensor.c (NFC)
llvm-project/mlir/test/CAPI/sparse_tensor.c:50:43:
error: format specifies type 'unsigned long long' but the argument has type 'MlirSparseTensorLevelType' (aka 'unsigned long') [-Werror,-Wformat]
fprintf(stderr, "level_type: %llu\n", lvlTypes[l]);
~~~~ ^~~~~~~~~~~
%lu
1 error generated.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions