[all-commits] [llvm/llvm-project] 5833a9: [OpenMP] Fix -Wc++98-compat-extra-semi warning (NF...
Leandro Lupori via All-commits
all-commits at lists.llvm.org
Mon Oct 2 12:43:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5833a9e99adae80b60127b8e54bd5c291452cfaf
https://github.com/llvm/llvm-project/commit/5833a9e99adae80b60127b8e54bd5c291452cfaf
Author: Leandro Lupori <leandro.lupori at linaro.org>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M openmp/libomptarget/src/interface.cpp
Log Message:
-----------
[OpenMP] Fix -Wc++98-compat-extra-semi warning (NFC) (#68022)
Compiling OpenMP with LLVM 16 triggers the following warning:
warning: extra ';' outside of a function is incompatible with C++98
More information about the All-commits
mailing list