[all-commits] [llvm/llvm-project] dbceb1: [libc] Fix unused variable in fputc test (#67830)
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Fri Sep 29 09:31:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbceb1d93667b2d29e78939cc24f67665fb5109b
https://github.com/llvm/llvm-project/commit/dbceb1d93667b2d29e78939cc24f67665fb5109b
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M libc/test/src/stdio/fputc_test.cpp
Log Message:
-----------
[libc] Fix unused variable in fputc test (#67830)
This is probably a copy-and-paste error and the variable 'more' was left
unused.
More information about the All-commits
mailing list