Warnings remove

pull/64/head
parent 0bdce12dec
commit d6bd302cf5
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -375,7 +375,6 @@ dictionary *yon_dictionary_get_last(dictionary *dict);
*/
dictionary *yon_dictionary_swap(dictionary *dict, int aim);
[[ deprecated ]];
/**
* @brief Sets the first element pointer of the dictionary
* to the current element. Do not use
@ -551,7 +550,8 @@ void yon_dictionary_free_all(dictionary *dictionary,void (data_manipulation)(voi
// [[ deprecated ]]
// dictionary *yon_dictionary_sort(dictionary *dict);
[[__warnattr("Function is yon_dictionary_check_loops() is untested")]];
// [[__warnattr("Function is yon_dictionary_check_loops() is untested")]];
dictionary *yon_dictionary_check_loops(dictionary *target);
// char functions

Loading…
Cancel
Save