[all-commits] [llvm/llvm-project] 8a45a5: [lldb] Fix -Wreturn-type in RegisterInfos_x86_64_w...
Jie Fu via All-commits
all-commits at lists.llvm.org
Thu Jul 20 20:43:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a45a54d59fcd29f559f4f260e2c447bef498e1e
https://github.com/llvm/llvm-project/commit/8a45a54d59fcd29f559f4f260e2c447bef498e1e
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64_with_base_shared.cpp
Log Message:
-----------
[lldb] Fix -Wreturn-type in RegisterInfos_x86_64_with_base_shared.cpp (NFC)
/data/llvm-project/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64_with_base_shared.cpp:319:1: error: non-void function does
not return a value in all control paths [-Werror,-Wreturn-type]
}
^
1 error generated.
More information about the All-commits
mailing list