libDtSearch: Resolve GCC 10 errors about multiple definitions of global variables
This commit is contained in:
@@ -405,7 +405,11 @@ typedef struct {struct CNTRY_TBL_S *ptr; LOCK_DESC} CNTRY_TBL_P;
|
|||||||
struct sk {
|
struct sk {
|
||||||
INT sk_fld;
|
INT sk_fld;
|
||||||
CHAR_P sk_val;
|
CHAR_P sk_val;
|
||||||
} __SK__;
|
};
|
||||||
|
|
||||||
|
/* PJH 20201124 unused struct variable declaration in header causing issues
|
||||||
|
struct sk __SK__;
|
||||||
|
*/
|
||||||
typedef struct { struct sk *ptr; LOCK_DESC } SK_P;
|
typedef struct { struct sk *ptr; LOCK_DESC } SK_P;
|
||||||
|
|
||||||
/* node key search path stack entry: one per level per key field */
|
/* node key search path stack entry: one per level per key field */
|
||||||
|
|||||||
Reference in New Issue
Block a user