@@ -62,16 +62,16 @@ void add_error_handler(ErrorHandlerList *p_handler);
6262void remove_error_handler (const ErrorHandlerList *p_handler);
6363
6464// Functions used by the error macros.
65- void _err_print_error (const char *p_function, const char *p_file, int p_line, const char *p_error, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
66- void _err_print_error (const char *p_function, const char *p_file, int p_line, const String &p_error, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
67- void _err_print_error (const char *p_function, const char *p_file, int p_line, const char *p_error, const char *p_message, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
68- void _err_print_error (const char *p_function, const char *p_file, int p_line, const String &p_error, const char *p_message, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
69- void _err_print_error (const char *p_function, const char *p_file, int p_line, const char *p_error, const String &p_message, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
70- void _err_print_error (const char *p_function, const char *p_file, int p_line, const String &p_error, const String &p_message, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
65+ _NO_INLINE_ void _err_print_error (const char *p_function, const char *p_file, int p_line, const char *p_error, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
66+ _NO_INLINE_ void _err_print_error (const char *p_function, const char *p_file, int p_line, const String &p_error, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
67+ _NO_INLINE_ void _err_print_error (const char *p_function, const char *p_file, int p_line, const char *p_error, const char *p_message, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
68+ _NO_INLINE_ void _err_print_error (const char *p_function, const char *p_file, int p_line, const String &p_error, const char *p_message, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
69+ _NO_INLINE_ void _err_print_error (const char *p_function, const char *p_file, int p_line, const char *p_error, const String &p_message, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
70+ _NO_INLINE_ void _err_print_error (const char *p_function, const char *p_file, int p_line, const String &p_error, const String &p_message, bool p_editor_notify = false , ErrorHandlerType p_type = ERR_HANDLER_ERROR);
7171void _err_print_error_asap (const String &p_error, ErrorHandlerType p_type = ERR_HANDLER_ERROR);
72- void _err_print_index_error (const char *p_function, const char *p_file, int p_line, int64_t p_index, int64_t p_size, const char *p_index_str, const char *p_size_str, const char *p_message = " " , bool p_editor_notify = false , bool fatal = false );
73- void _err_print_index_error (const char *p_function, const char *p_file, int p_line, int64_t p_index, int64_t p_size, const char *p_index_str, const char *p_size_str, const String &p_message, bool p_editor_notify = false , bool fatal = false );
74- void _err_flush_stdout ();
72+ _NO_INLINE_ void _err_print_index_error (const char *p_function, const char *p_file, int p_line, int64_t p_index, int64_t p_size, const char *p_index_str, const char *p_size_str, const char *p_message = " " , bool p_editor_notify = false , bool fatal = false );
73+ _NO_INLINE_ void _err_print_index_error (const char *p_function, const char *p_file, int p_line, int64_t p_index, int64_t p_size, const char *p_index_str, const char *p_size_str, const String &p_message, bool p_editor_notify = false , bool fatal = false );
74+ _NO_INLINE_ void _err_flush_stdout ();
7575
7676void _physics_interpolation_warning (const char *p_function, const char *p_file, int p_line, ObjectID p_id, const char *p_warn_string);
7777
0 commit comments