bootstrap.sh | 2 +- osaf/services/saf/amf/amfd/main.cc | 2 +- osaf/services/saf/amf/amfnd/main.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bootstrap.sh b/bootstrap.sh --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ #! /bin/sh autoreconf -vi -sed -i "s/^INTERNAL_VERSION_ID=.*\$/INTERNAL_VERSION_ID=$(hg parent --template "{rev}:{node|short}")/" configure +sed -i "s/^INTERNAL_VERSION_ID=.*\$/INTERNAL_VERSION_ID=$(hg parent --template "{rev}:{node|short}:{branch}")/" configure diff --git a/osaf/services/saf/amf/amfd/main.cc b/osaf/services/saf/amf/amfd/main.cc --- a/osaf/services/saf/amf/amfd/main.cc +++ b/osaf/services/saf/amf/amfd/main.cc @@ -57,7 +57,7 @@ #include <sutype.h> #include <su.h> -static const char* internal_version_id_ __attribute__ ((unused)) = "@(#) $Id: " INTERNAL_VERSION_ID " $"; +static const char* internal_version_id_ __attribute__ ((used)) = "@(#) $Id: " INTERNAL_VERSION_ID " $"; enum { FD_TERM = 0, diff --git a/osaf/services/saf/amf/amfnd/main.cc b/osaf/services/saf/amf/amfnd/main.cc --- a/osaf/services/saf/amf/amfnd/main.cc +++ b/osaf/services/saf/amf/amfnd/main.cc @@ -37,7 +37,7 @@ #define FD_CLM 2 #define FD_MBCSV 3 -static const char* internal_version_id_ __attribute__ ((unused)) = "@(#) $Id: " INTERNAL_VERSION_ID " $"; +static const char* internal_version_id_ __attribute__ ((used)) = "@(#) $Id: " INTERNAL_VERSION_ID " $"; static NCS_SEL_OBJ term_sel_obj; /* Selection object for TERM signal events */ ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Opensaf-devel mailing list Opensaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensaf-devel