diff --git a/src/dsql/parse.y b/src/dsql/parse.y index 182c06bec4..3e986fd4b2 100644 --- a/src/dsql/parse.y +++ b/src/dsql/parse.y @@ -4393,6 +4393,7 @@ system_function_std_syntax | MINVALUE | MOD | PI + | POSITION | POWER | RAND | REPLACE diff --git a/src/remote/os/win32/wnet.cpp b/src/remote/os/win32/wnet.cpp index 3f071b2d6b..d14eff04c1 100644 --- a/src/remote/os/win32/wnet.cpp +++ b/src/remote/os/win32/wnet.cpp @@ -134,7 +134,6 @@ rem_port* WNET_analyze(Firebird::PathName& file_name, /* Pick up some user identification information */ Firebird::string buffer; - TEXT *p; Firebird::ClumpletWriter user_id(Firebird::ClumpletReader::UnTagged, MAX_DPB_SIZE); ISC_get_user(&buffer, 0, 0, 0);