[all-commits] [llvm/llvm-project] e29063: [NFC] Suppress "warning: ignoring return value"
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Feb 26 14:33:18 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e29063b16edfa3d98d34d0d15afa44519c47b781
https://github.com/llvm/llvm-project/commit/e29063b16edfa3d98d34d0d15afa44519c47b781
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M compiler-rt/lib/profile/InstrProfilingFile.c
Log Message:
-----------
[NFC] Suppress "warning: ignoring return value"
Commit: 3744ba24dcf3ff5ecfa76fade18549528fe49942
https://github.com/llvm/llvm-project/commit/3744ba24dcf3ff5ecfa76fade18549528fe49942
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M libcxx/include/new
Log Message:
-----------
[NFC][libc++] Suppress "warning: ignoring return value"
According to the comment on the next line
it's expected behaviour.
Commit: 812a9061338dad80a3e9725db95f67590bc54dcd
https://github.com/llvm/llvm-project/commit/812a9061338dad80a3e9725db95f67590bc54dcd
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
Log Message:
-----------
[sanitizers][NFC] Change typesto avoid warnings
Warning was enabled by D94640
Compare: https://github.com/llvm/llvm-project/compare/df5ccf5a94ad...812a9061338d
More information about the All-commits
mailing list