Actions
Bug #84
closedcoherency between const and non-const parameters
Start date:
02/21/2012
Due date:
% Done:
0%
Estimated time:
Description
The get_field and get_field_list functions return const pointers, but the functions to extract the data from these fields (get_uint64 and others) don't specify a const pointer as argument, which produces a warning when using the library.
Actions