You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-boot/dvhtool/files/dvhtool-1.0.1-debian-warn_t...

13 lines
296 B

--- a/dvhlib.h
+++ b/dvhlib.h
@@ -3,7 +3,8 @@ #include "config.h"
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#else
-typedef unsigned int uint32_t; /* A guess ... */
+ #warning Guessing type of uint32_t
+ typedef unsigned int uint32_t; /* A guess ... */
#endif
#include "dvh.h"