mirror of
https://github.com/zeldaret/tp
synced 2026-06-10 04:54:14 -04:00
Fix a bunch of compiler warnings and document several more bugs (#3130)
This commit is contained in:
@@ -1820,7 +1820,7 @@ int dDlst_list_c::set(dDlst_base_c**& p_start, dDlst_base_c**& p_end, dDlst_base
|
||||
return 0;
|
||||
}
|
||||
*p_start = p_newDlst;
|
||||
*p_start++;
|
||||
UNUSED(*p_start++);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user