Kaydet (Commit) 60a12544 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused functions

Change-Id: Ie54546ef97fe102de09888ce9c7eefe6c879aae4
üst 911a229c
......@@ -55,6 +55,11 @@
static const ::rtl::OUString aEmptyString;
#if HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY
# pragma GCC diagnostic ignored "-Wwrite-strings"
# pragma GCC diagnostic ignored "-Wunused-function"
#endif
static connectivity::OSQLInternalNode* newNode(const sal_Char* pNewValue,
const connectivity::SQLNodeType eNodeType,
const sal_uInt32 nNodeID = 0)
......
......@@ -46,10 +46,7 @@
#include <rtl/strbuf.hxx>
#include <connectivity/sqlparse.hxx>
#if HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY
# pragma GCC diagnostic ignored "-Wwrite-strings"
# pragma GCC diagnostic ignored "-Wunused-function"
#elif defined __SUNPRO_CC
#if defined __SUNPRO_CC
#pragma disable_warn
#elif defined _MSC_VER
#pragma warning(push, 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment