OSDN Git Service

Additional work to change default to treat compiler warnings as errors in makefiles
authorGarret Pick <pickgr@pv.com>
Mon, 31 Aug 2009 18:39:19 +0000 (11:39 -0700)
committerGarret Pick <pickgr@pv.com>
Mon, 31 Aug 2009 18:39:19 +0000 (11:39 -0700)
engines/2way/src/pv_2way_sdkinfo.h
engines/adapters/player/framemetadatautility/test/build/make/local.mk
engines/author/src/pv_author_sdkinfo.h
engines/player/src/pv_player_sdkinfo.h

index 11afeb4..c4dbc2b 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PV2WAY_ENGINE_SDKINFO_LABEL "913711"
+#define PV2WAY_ENGINE_SDKINFO_LABEL "913784"
 #define PV2WAY_ENGINE_SDKINFO_DATE 0x20090813
 
 #endif //PV_2WAY_SDKINFO_H_INCLUDED
index 257bfff..6d2d8e3 100644 (file)
@@ -4,6 +4,11 @@ LOCAL_PATH := $(call get_makefile_dir)
 # Clear out the variables used in the local makefiles
 include $(MK)/clear.mk
 
+# DISABLE TREATING WARNINGS AS ERRORS
+# THIS SHOULD BE FIXED UP ASAP
+# see linux_arm warnings at a minimum
+LOCAL_DISABLE_COMPILE_WARNINGS_AS_ERRORS := 1
+
 TARGET := pv_frame_metadata_utility_test
 
 XCPPFLAGS := -DBUILD_OMX_DEC_NODE
index d741c1e..9d9f256 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PVAUTHOR_ENGINE_SDKINFO_LABEL "913711"
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "913784"
 #define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20090813
 
 #endif //PV_AUTHOR_SDKINFO_H_INCLUDED
index 9e72163..e5c0d18 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PVPLAYER_ENGINE_SDKINFO_LABEL "913711"
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "913784"
 #define PVPLAYER_ENGINE_SDKINFO_DATE 0x20090813
 
 #endif //PV_PLAYER_SDKINFO_H_INCLUDED