fix: warningss
This commit is contained in:
parent
37e8fcc353
commit
e3674e1223
@ -61,7 +61,7 @@ void shift_right(RL_Tree *tree,const NUM idx,const long nnodes);
|
|||||||
void shift_left(RL_Tree *tree,const NUM idx, const long nnodes);
|
void shift_left(RL_Tree *tree,const NUM idx, const long nnodes);
|
||||||
void intersect_leafs(char *storage1,char *storage2);
|
void intersect_leafs(char *storage1,char *storage2);
|
||||||
|
|
||||||
static void print_nodes(RL_Tree* tree);
|
//static void print_nodes(RL_Tree* tree);
|
||||||
|
|
||||||
//
|
//
|
||||||
RL_Buffer* buffer=NULL;
|
RL_Buffer* buffer=NULL;
|
||||||
@ -245,6 +245,7 @@ NUM rl_next_in_bigger(RL_Tree *tree,NUM min) {
|
|||||||
/* ******************************************************************************
|
/* ******************************************************************************
|
||||||
Private Functions
|
Private Functions
|
||||||
****************************************************************************** */
|
****************************************************************************** */
|
||||||
|
/*
|
||||||
static void print_nodes(RL_Tree* tree) {
|
static void print_nodes(RL_Tree* tree) {
|
||||||
RL_Node* nodes=tree->root;
|
RL_Node* nodes=tree->root;
|
||||||
int j;
|
int j;
|
||||||
@ -253,6 +254,8 @@ static void print_nodes(RL_Tree* tree) {
|
|||||||
printf("[%d]=%lu\n",j,(unsigned long int)nodes[j].leaf);
|
printf("[%d]=%lu\n",j,(unsigned long int)nodes[j].leaf);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// treeXquadrantXinterval->quadrant_minXquadrant_max
|
// treeXquadrantXinterval->quadrant_minXquadrant_max
|
||||||
static void quadrant_interval(RL_Tree *tree,short quadrant,NUM interval,NUM *quad_interval) {
|
static void quadrant_interval(RL_Tree *tree,short quadrant,NUM interval,NUM *quad_interval) {
|
||||||
|
|
||||||
|
@ -425,6 +425,8 @@ p_rl_b_in1(void) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* ******************************************************* */
|
/* ******************************************************* */
|
||||||
|
void init_rl(void);
|
||||||
|
|
||||||
void init_rl(void){
|
void init_rl(void){
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user