GPUOpen-Drivers / llvm-dialects

LLVM Dialects Library
Apache License 2.0
22 stars 22 forks source link

[OpMap] Fix GCC compiler warnings. #67

Closed tsymalla closed 1 year ago

tsymalla commented 1 year ago

GCC spotted the following warnings:

a) Parenthesis usage around assert in complexSet is not correct in ExampleMain b) OpMap::m_dialectOps uses the anonymous namespace indirectly (-Wsubobject-linkage)