[all-commits] [llvm/llvm-project] f9ac55: [NFC] Properly suppress unused argument warning in...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Jun 6 19:42:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9ac5575675e4117c2e097a71ad0f02cab92aa97
https://github.com/llvm/llvm-project/commit/f9ac5575675e4117c2e097a71ad0f02cab92aa97
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M compiler-rt/lib/builtins/os_version_check.c
Log Message:
-----------
[NFC] Properly suppress unused argument warning in __isOSVersionAtLeast()
Casting to non-void causes
expression result unused [-Wunused-value]
More information about the All-commits
mailing list