LibGodot Feature #1
Annotations
10 errors and 1 warning
platform/windows/display_server_windows.cpp#L5250
'RenderingNativeSurfaceWindows': undeclared identifier
|
platform/windows/display_server_windows.cpp#L5250
'Ref': 'RenderingNativeSurfaceWindows' is not a valid template type argument for parameter 'T'
|
platform/windows/display_server_windows.cpp#L5250
cannot deduce template arguments for 'Ref'
|
platform/windows/display_server_windows.cpp#L5250
'Ref<T> Ref(void)': expects 0 arguments - 1 provided
|
platform/windows/display_server_windows.cpp#L5250
'Ref<T> Ref(const Variant &)': could not deduce template argument for 'T'
|
platform/windows/display_server_windows.cpp#L5250
'Ref<T> Ref(T *)': could not deduce template argument for 'T *' from 'nullptr'
|
platform/windows/display_server_windows.cpp#L5250
'Ref<T> Ref(const Ref<T_Other> &)': could not deduce template argument for 'const Ref<T_Other> &' from 'nullptr'
|
platform/windows/display_server_windows.cpp#L5250
'Ref<T> Ref(const Ref<T> &)': could not deduce template argument for 'const Ref<T> &' from 'nullptr'
|
platform/windows/display_server_windows.cpp#L5250
'Ref<T> Ref(Ref<T>)': could not deduce template argument for 'Ref<T>' from 'nullptr'
|
platform/windows/display_server_windows.cpp#L5253
'RenderingNativeSurfaceWindows': is not a class or namespace name
|
platform/windows/display_server_windows.cpp#L5251
unexpected tokens following preprocessor directive - expected a newline
|
The logs for this run have expired and are no longer available.
Loading