Tue Jul 11 11:57:09 PDT 2006
- Previous message: [Slony1-commit] By darcyb: Move variable declications to the top of the block as per C
- Next message: [Slony1-commit] By darcyb: Add note about Datestyle fix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
fix warning: unused value: $2 as pointed out by mastermind
Modified Files:
--------------
slony1-engine/src/slonik:
parser.y (r1.24 -> r1.25)
-------------- next part --------------
Index: parser.y
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/parser.y,v
retrieving revision 1.24
retrieving revision 1.25
diff -Lsrc/slonik/parser.y -Lsrc/slonik/parser.y -u -w -r1.24 -r1.25
--- src/slonik/parser.y
+++ src/slonik/parser.y
@@ -473,8 +473,8 @@
| stmt_ddl_script
{ $$ = $1; }
| stmt_update_functions
- | stmt_repair_config
{ $$ = $1; }
+ | stmt_repair_config
{ $$ = $1; }
| stmt_wait_event
{ $$ = $1; }
- Previous message: [Slony1-commit] By darcyb: Move variable declications to the top of the block as per C
- Next message: [Slony1-commit] By darcyb: Add note about Datestyle fix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list