Hi!

I now get build compilation error on the default branch. It seems to be 
a missing double-quote character at the end of the line (and there 
should also be one at the beginning of the next line):

   CC       osafimmnd-immnd_main.o
immnd_evt.c: In function ‘immnd_fevs_local_checks’:
immnd_evt.c:3219:13: error: missing terminating " character [-Werror]
      TRACE_2("ERR_TRY_AGAIN: Too many pending FEVS message replies (> 
%u) rejecting request
              ^
immnd_evt.c:3220:18: error: missing terminating " character [-Werror]
       for CcbApply", IMMSV_DEFAULT_FEVS_MAX_PENDING);
                   ^
immnd_evt.c:9853:0: error: unterminated argument list invoking macro 
"TRACE_2"

  ^
immnd_evt.c:3219:5: error: ‘TRACE_2’ undeclared (first use in this function)
      TRACE_2("ERR_TRY_AGAIN: Too many pending FEVS message replies (> 
%u) rejecting request
      ^
immnd_evt.c:3219:5: note: each undeclared identifier is reported only 
once for each function it appears in
immnd_evt.c:3219:5: error: expected ‘;’ at end of input
immnd_evt.c:3219:5: error: expected declaration or statement at end of input
immnd_evt.c:3219:5: error: expected declaration or statement at end of input
immnd_evt.c:3219:5: error: expected declaration or statement at end of input
immnd_evt.c:3142:2: error: enumeration value ‘IMMND_EVT_MDS_INFO’ not 
handled in switch [-Werror=switch]
   switch (frwrd_evt.info.immnd.type) {
   ^
immnd_evt.c:3142:2: error: enumeration value ‘IMMND_EVT_TIME_OUT’ not 
handled in switch [-Werror=switch]
immnd_evt.c:3142:2: error: enumeration value ‘IMMND_EVT_A2ND_IMM_INIT’ 
not handled in switch [-Werror=switch]
immnd_evt.c:3142:2: error: enumeration value 
‘IMMND_EVT_A2ND_IMM_OI_INIT’ not handled in switch [-Werror=switch]
immnd_evt.c:3142:2: error: enumeration value 
‘IMMND_EVT_A2ND_IMM_FINALIZE’ not handled in switch [-Werror=switch]
immnd_evt.c:3142:2: error: enumeration value 
‘IMMND_EVT_A2ND_IMM_OI_FINALIZE’ not handled in switch [-Werror=switch]
immnd_evt.c:3142:2: error: enumeration value 
‘IMMND_EVT_A2ND_IMM_ADMINIT’ not handled in switch [-Werror=switch]

/ Anders Widell



------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to