Merge "Oops. Fix make variable name. Thanks again, make."

This commit is contained in:
Dan Albert 2015-02-24 19:44:11 +00:00 committed by Gerrit Code Review
commit 9f3540d017
2 changed files with 4 additions and 2 deletions

View file

@ -22,8 +22,8 @@ LIBADB_SRC_FILES := \
transport.c \ transport.c \
transport_usb.c \ transport_usb.c \
LIBADB_C_FLAGS := \ LIBADB_CFLAGS := \
-Wall -Werror \ -Wall -Werror -Wno-unused-parameter \
-D_XOPEN_SOURCE -D_GNU_SOURCE \ -D_XOPEN_SOURCE -D_GNU_SOURCE \
-fvisibility=hidden \ -fvisibility=hidden \

View file

@ -16,6 +16,8 @@
#include "adb_listeners.h" #include "adb_listeners.h"
#include <stdio.h>
#include "sysdeps.h" #include "sysdeps.h"
int gListenAll = 0; /* Not static because it is used in commandline.c. */ int gListenAll = 0; /* Not static because it is used in commandline.c. */