blob: 1edd5e4be3d81432b91541d776c0d287acb4589d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// **************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
#ifndef WX_FORM_BUILD_230948324234234
#define WX_FORM_BUILD_230948324234234
//pamper over wxFormBuilder "sub-optimal" code
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#pragma GCC diagnostic ignored "-Wunused-variable"
#elif defined _MSC_VER
#pragma warning(disable: 4189)
#endif
#endif //WX_FORM_BUILD_230948324234234
|