Advertisement
Guest User

Untitled

a guest
Apr 4th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. In file included from [one of my headers, which uses NS_IMPLEMENT_INLINE_REFLECTION]:
  2. In file included from E:\Soft\noesis\Include\NsCore/ReflectionImplement.h:148:
  3. In file included from E:\Soft\noesis\Include\NsCore/TypeClassCreator.h:130:
  4. In file included from E:\Soft\noesis\Include\NsCore/TypeClassCreator.inl:12:
  5. In file included from E:\Soft\noesis\Include\NsCore/TypePropertyImpl.h:210:
  6. In file included from E:\Soft\noesis\Include\NsCore/TypePropertyImpl.inl:8:
  7. In file included from E:\Soft\noesis\Include\NsCore/TypeOf.h:15:
  8. In file included from E:\Soft\noesis\Include\NsCore/TypeOfBase.h:20:
  9. In file included from E:\Soft\noesis\Include\NsCore/TypeOfBase.inl:9:
  10. In file included from E:\Soft\noesis\Include\NsCore/TypeEnumHelper.h:13:
  11. In file included from E:\Soft\noesis\Include\NsCore/TypeEnumCreator.h:52:
  12. In file included from E:\Soft\noesis\Include\NsCore/TypeEnumCreator.inl:8:
  13. In file included from E:\Soft\noesis\Include\NsCore/TypeEnumImpl.h:13:
  14. In file included from E:\Soft\noesis\Include\NsCore/ReflectionImplementEmpty.h:15:
  15. In file included from E:\Soft\noesis\Include\NsCore/TypeClassCreatorEmpty.h:55:
  16. In file included from E:\Soft\noesis\Include\NsCore/TypeClassCreatorEmpty.inl:8:
  17. In file included from E:\Soft\noesis\Include\NsCore/TypeClassBuilder.h:13:
  18. E:\Soft\noesis\Include\NsCore/TypeClass.h(119,5): warning: 'GetClassType' overrides a member function but is not marked 'override'
  19. [-Winconsistent-missing-override]
  20. NS_DECLARE_REFLECTION(TypeClass, TypeMeta)
  21. ^
  22. E:\Soft\noesis\Include\NsCore/ReflectionDeclare.h(47,34): note: expanded from macro 'NS_DECLARE_REFLECTION'
  23. const Noesis::TypeClass* GetClassType() const;\
  24. ^
  25. E:\Soft\noesis\Include\NsCore/TypeMeta.h(53,5): note: overridden virtual function is here
  26. NS_DECLARE_REFLECTION(TypeMeta, Type)
  27. ^
  28. E:\Soft\noesis\Include\NsCore/ReflectionDeclare.h(47,34): note: expanded from macro 'NS_DECLARE_REFLECTION'
  29. const Noesis::TypeClass* GetClassType() const;\
  30.  
  31.  
  32.  
  33.  
  34. In file included from [one of my headers, which uses NS_IMPLEMENT_INLINE_REFLECTION]:
  35. In file included from E:\Soft\noesis\Include\NsCore/ReflectionImplement.h:148:
  36. In file included from E:\Soft\noesis\Include\NsCore/TypeClassCreator.h:130:
  37. In file included from E:\Soft\noesis\Include\NsCore/TypeClassCreator.inl:12:
  38. In file included from E:\Soft\noesis\Include\NsCore/TypePropertyImpl.h:210:
  39. E:\Soft\noesis\Include\NsCore/TypePropertyImpl.inl(295,1): warning: control reaches end of non-void function [-Wreturn-type]
  40. }
  41. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement