Changes between Version 19 and Version 24 of Ticket #5294


Ignore:
Timestamp:
Feb 14, 2022, 12:02:23 AM (2 years ago)
Author:
Stan
Comment:

HDATA warning was fixed in

In r26369:

Removes unused and redundant h_mgr after r25936 and r26368.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5294

    • Property Milestone Alpha 24Alpha 26
  • Ticket #5294 – Description

    v19 v24  
    1818====================================================================================================================================================================================
    1919
    20 ../../../source/lib/res/h_mgr.cpp: In function ‘void h_free_hd(HDATA*)’:
    21 ../../../source/lib/res/h_mgr.cpp:578:27: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct HDATA’ with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
    22   memset(hd, 0, sizeof(*hd));
    23                            ^
    24 ../../../source/lib/res/h_mgr.cpp:140:8: note: ‘struct HDATA’ declared here
    25  struct HDATA
    26         ^~~~~
    27 
    28 ====================================================================================================================================================================================
    29 
    3020../../../source/third_party/mongoose/mongoose.cpp: In function ‘mg_context* mg_start(mg_callback_t, void*, const char**)’:
    3121../../../source/third_party/mongoose/mongoose.cpp:4297:40: warning: cast between incompatible function types from ‘void (*)(mg_context*)’ to ‘mg_thread_func_t’ {aka ‘void* (*)(void*)’} [-Wcast-function-type]