Removes libusb types workaround (r200) as it seems to not be needed anymore but may disturb compiler.
This commit is contained in:
parent
b7f928a24c
commit
b4ebb4510d
2 changed files with 1 additions and 3 deletions
|
@ -149,9 +149,6 @@ CFLAGS="$CFLAGS -Wall -pedantic -Wextra"
|
|||
# Defines and C flags
|
||||
CFLAGS="$CFLAGS -std=c99"
|
||||
|
||||
# Workarounds for libusb in c99
|
||||
CFLAGS="$CFLAGS -Du_int8_t=uint8_t -Du_int16_t=uint16_t"
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Doxyfile
|
||||
Makefile
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <fcntl.h>
|
||||
#include <log4c.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "log.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue