Skip to content

Commit

Permalink
libsuspend: Turn on -Werror
Browse files Browse the repository at this point in the history
Change-Id: I4ea982ab7d68a596ac79d93a01c05a109d24672d
  • Loading branch information
Mark Salyzyn committed May 21, 2014
1 parent 72c22bf commit 6e60d39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libsuspend/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
LOCAL_SHARED_LIBRARIES := $(libsuspend_libraries)
LOCAL_CFLAGS := -Werror
#LOCAL_CFLAGS += -DLOG_NDEBUG=0
include $(BUILD_SHARED_LIBRARY)

Expand All @@ -27,5 +28,6 @@ LOCAL_MODULE := libsuspend
LOCAL_MODULE_TAGS := optional
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
LOCAL_CFLAGS := -Werror
#LOCAL_CFLAGS += -DLOG_NDEBUG=0
include $(BUILD_STATIC_LIBRARY)

0 comments on commit 6e60d39

Please sign in to comment.