Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.6.0-beta1
-
None
-
Creator 3.6.0-beta1 on OS X 10.11.1
Description
I have a generic C++ project, created with New File or Project - Import Project -> Import Existing Project.
When using the clang code model, any use of throw is flagged as an error as
error: cannot use 'throw' with exceptions disabled
A related problem is that in this version Creator shows lots and lots of warnings (such as narrowing conversion) which I would rather disable. There seems to be no way to disable it.
I could not find a way to specify compiler flags with a generic project.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-23000 cannot use 'try' with exceptions disabled
- Closed