Small win warning fix
This commit is contained in:
parent
3f1dfa564c
commit
9b0ec434b4
@ -121,7 +121,7 @@
|
||||
#define PACKAGE_NAME "Recoll"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "Recoll 1.27.4"
|
||||
#define PACKAGE_STRING "Recoll 1.27.5"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "recoll"
|
||||
@ -130,7 +130,7 @@
|
||||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.27.4"
|
||||
#define PACKAGE_VERSION "1.27.5"
|
||||
|
||||
/* putenv parameter is const */
|
||||
/* #undef PUTENV_ARG_CONST */
|
||||
|
||||
@ -107,7 +107,7 @@ protected:
|
||||
*/
|
||||
virtual void endElement(const std::string& /* nm */) {}
|
||||
/** Expatmm compat */
|
||||
virtual void EndElement(const XML_Char */* nm */) {}
|
||||
virtual void EndElement(const XML_Char * /* nm */) {}
|
||||
|
||||
/**
|
||||
* Non-tag data handler.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user