Spurious warnings from generated code when using Clang

Description

a.out.cpp:102356:72: warning: unknown attribute 'optimize' ignored [-Wunknown-attributes]
virtual int docompare(const void * _left, const void * _right) const OPTIMIZE {

We should disable the pragma entirely on compilers that don't support it.

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Affects versions

Created June 9, 2016 at 2:43 PM
Updated June 10, 2016 at 9:56 AM
Resolved June 10, 2016 at 9:56 AM

Flag notifications