loplugin:unreffun
Change-Id: I983394e10e1a316fe01bd3925913e5e65f944b68 Reviewed-on: https://gerrit.libreoffice.org/68470 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -27,6 +27,8 @@
|
|||||||
extern "C" void workOnTokenSet( int, char* );
|
extern "C" void workOnTokenSet( int, char* );
|
||||||
extern "C" FILE * init(int, char **);
|
extern "C" FILE * init(int, char **);
|
||||||
|
|
||||||
|
void yyerror(char const *);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@@ -33,6 +33,8 @@ extern "C" bool GetOutputFile( int argc, char* argv[]);
|
|||||||
extern "C" FILE *GetXrmFile();
|
extern "C" FILE *GetXrmFile();
|
||||||
extern "C" const char* getFilename();
|
extern "C" const char* getFilename();
|
||||||
|
|
||||||
|
void yyerror( const char * );
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include <cfgmerge.hxx>
|
#include <cfgmerge.hxx>
|
||||||
#include <tokens.h>
|
#include <tokens.h>
|
||||||
|
|
||||||
void yyerror(char const *);
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
namespace global {
|
namespace global {
|
||||||
|
@@ -37,8 +37,6 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
void yyerror( const char * );
|
|
||||||
|
|
||||||
// set of global variables
|
// set of global variables
|
||||||
static bool bMergeMode;
|
static bool bMergeMode;
|
||||||
static bool bDisplayName;
|
static bool bDisplayName;
|
||||||
|
Reference in New Issue
Block a user