fix "warning:redefinition of typedef 'uint32_t'"
uint32_t occures two times in hypervisor/include/lib/types.h, remove one of them. Signed-off-by: huihuang.shi <huihuang.shi@intel.com>
This commit is contained in:
parent
2266e133fb
commit
1a5370a253
|
@ -48,7 +48,6 @@
|
||||||
/* Define standard data types. These definitions allow software components
|
/* Define standard data types. These definitions allow software components
|
||||||
* to perform in the same manner on different target platforms.
|
* to perform in the same manner on different target platforms.
|
||||||
*/
|
*/
|
||||||
typedef unsigned int uint32_t;
|
|
||||||
typedef signed char int8_t;
|
typedef signed char int8_t;
|
||||||
typedef unsigned char uint8_t;
|
typedef unsigned char uint8_t;
|
||||||
typedef signed short int16_t;
|
typedef signed short int16_t;
|
||||||
|
|
Loading…
Reference in New Issue