-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
This is some funky code that doesn't build:
utilmisc.C:31:6: error: ‘bool Util::isSimics()’ specifies less restrictive attribute than its target ‘bool Util::__isSimicsRunning()’: ‘nothrow’ [-Werror=missing-attributes]
31 | bool isSimics() __attribute__((alias("__isSimicsRunning")));
| ^~~~~~~~
utilmisc.C:34:6: note: ‘bool Util::isSimics()’ target declared here
34 | bool __isSimicsRunning()
| ^~~~~~~~~~~~~~~~~
utilmisc.C:48:6: error: ‘bool Util::isQmeModelEnabled()’ specifies less restrictive attribute than its target ‘bool Util::__isQmeEnabled()’: ‘nothrow’ [-Werror=missing-attributes]
48 | bool isQmeModelEnabled() __attribute__((alias("__isQmeEnabled")));
| ^~~~~~~~~~~~~~~~~
utilmisc.C:51:6: note: ‘bool Util::isQmeModelEnabled()’ target declared here
51 | bool __isQmeEnabled()
| ^~~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels