mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-19 02:22:23 -07:00
clang build fixes
This commit is contained in:
@@ -2907,7 +2907,6 @@ struct CV_C13InlineeSourceLineHeader
|
||||
////////////////////////////////
|
||||
//~ Type Index Helper
|
||||
|
||||
typedef enum CV_TypeIndexSource CV_TypeIndexSource;
|
||||
enum CV_TypeIndexSource
|
||||
{
|
||||
CV_TypeIndexSource_NULL,
|
||||
@@ -2915,6 +2914,7 @@ enum CV_TypeIndexSource
|
||||
CV_TypeIndexSource_IPI,
|
||||
CV_TypeIndexSource_COUNT
|
||||
};
|
||||
typedef enum CV_TypeIndexSource CV_TypeIndexSource;
|
||||
|
||||
typedef struct CV_TypeIndexInfo CV_TypeIndexInfo;
|
||||
struct CV_TypeIndexInfo
|
||||
|
||||
Reference in New Issue
Block a user