Skip to content

Commit 1a5370a

Browse files
Shawnshhlijinxia
authored andcommitted
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>
1 parent 2266e13 commit 1a5370a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hypervisor/include/lib/types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
/* Define standard data types. These definitions allow software components
4949
* to perform in the same manner on different target platforms.
5050
*/
51-
typedef unsigned int uint32_t;
5251
typedef signed char int8_t;
5352
typedef unsigned char uint8_t;
5453
typedef signed short int16_t;

0 commit comments

Comments
 (0)