[all-commits] [llvm/llvm-project] 20d955: [mlir] Remove extra '; ' outside of a function (NFC)
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Thu Mar 6 03:29:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20d955ce2aa23373e58ea203e8f399082d61307b
https://github.com/llvm/llvm-project/commit/20d955ce2aa23373e58ea203e8f399082d61307b
Author: Jie Fu <jiefu at tencent.com>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M mlir/lib/Conversion/MeshToMPI/MeshToMPI.cpp
Log Message:
-----------
[mlir] Remove extra ';' outside of a function (NFC)
/llvm-project/mlir/lib/Conversion/MeshToMPI/MeshToMPI.cpp:70:2:
error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi]
};
^
1 error generated.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list