[all-commits] [llvm/llvm-project] 0ed4b1: [libc] Quiet initializer warnings in getopt
Roland McGrath via All-commits
all-commits at lists.llvm.org
Mon Jul 31 16:51:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ed4b17707aa71bf9323617b9daa724b111d921f
https://github.com/llvm/llvm-project/commit/0ed4b17707aa71bf9323617b9daa724b111d921f
Author: Roland McGrath <mcgrathr at google.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M libc/src/unistd/getopt.cpp
Log Message:
-----------
[libc] Quiet initializer warnings in getopt
This prevents -Wmissing-braces warnings.
Reviewed By: michaelrj, Caslyn
Differential Revision: https://reviews.llvm.org/D156629
More information about the All-commits
mailing list