09.10.2014 18:02, Alex Peshkoff wrote:
> On 10/09/14 16:57, Dimitry Sibiryakov wrote:
>>      Hello, All.
>>
>>      Is following warning safe?
>>
>>> Generating parse.cpp and dsql.tab.h
>>> warning - the symbol db_ddl_privilege is undefined
>>> C:\Users\SD\MYDOCU~1\firebird\temp\Win32\debug\btyacc\btyacc: 2 rules never 
>>> reduced
>
> I've always thought that firebird has poor diagnostic, but in btyacc
> it's definitely much, much worse.

   Did you tried to add switch -v to the btyacc command line ?

> The most strange with this that when I've added that code SQL command,
> implemented by it, did work.

   Not sure you speak above about "2 rules never reduced" :)

        btyacc warns about following rules which is really never used:

ddl_subname_opt
        : /* nothing */         { $$ = NULL; }
        | ddl_subname
        ;

   I failed to see where "ddl_subname_opt" is used. Probably it was created 
initially
for use with "ddl_subname" rule ?

Regards,
Vlad

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to