Savan/C build fails when --enable-filtering=no
----------------------------------------------

                 Key: AXIS2C-1284
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1284
             Project: Axis2-C
          Issue Type: Bug
          Components: build system (Unix/Linux)
    Affects Versions: Current (Nightly)
            Reporter: Sanjaya Ratnaweera
             Fix For: Current (Nightly)


Savan/C build fails with the configure option --enable-filtering=no. The 
variable "filtered_payload" declared and initialized only if filtering enabled, 
but it used even filtering is disabled. Here's the error message. 


-g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -MT 
savan_subscriber.lo -MD -MP -MF .deps/savan_subscriber.Tpo -c 
savan_subscriber.c  -fPIC -DPIC -o .libs/savan_subscriber.o
savan_subscriber.c: In function 'savan_subscriber_publish':
savan_subscriber.c:431: error: 'filtered_payload' undeclared (first use in this 
function)
savan_subscriber.c:431: error: (Each undeclared identifier is reported only once
savan_subscriber.c:431: error: for each function it appears in.)
savan_subscriber.c:385: warning: unused variable 'is_filtered'
make: *** [savan_subscriber.lo] Error 1


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to