You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These warnings are shown when building via Android NDK r21
easy_profiler/include\easy/profiler_public_types.h:157:9: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
CSwitchEvent() = default;
^
easy_profiler/include\easy/profiler_public_types.h:151:39: note: default constructor of 'CSwitchEvent' is implicitly deleted because base class 'profiler::Event' has a deleted default constructor
class PROFILER_API CSwitchEvent : public Event
^
easy_profiler/include\easy/profiler_public_types.h:124:9: note: 'Event' has been explicitly marked deleted here
Event() = delete;
^
The text was updated successfully, but these errors were encountered:
These warnings are shown when building via Android NDK r21
The text was updated successfully, but these errors were encountered: