OpenMPToolsInterface / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
http://llvm.org
2 stars 4 forks source link

Fixed Warnings #38

Closed vigbalu closed 3 years ago

vigbalu commented 3 years ago

Fixed few warnings in ompd and gdb-plugin code.
Recreation of pull request #35 with review comments addressed. messed up the earlier one with other commits :(

jprotze commented 3 years ago

I'd prefer to avoid the const cast. I edited in the webview and have no chance to testcompile. If you agree with the change, I'll merge.

vigbalu commented 3 years ago

yeah, this looks cleaner. please go ahead.