-
-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
Is your feature request related to a problem? Please describe.
My compiler offers the option to compile files as C or C++ by file ending (.c/.cpp).
However, there are legacy projects where everything is simply compiled as C++.
Describe the solution you'd like
Trice should be compilable as C++ without warnings.
Measures
I have identified a few measures to take:
- Make casts to/from
void*explicit. - Move two standard library
#includewithin trice.h, to avoid catching them inextern "C" { .... }.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels