mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02:00
tests: unittests: Fix linking errors.
The linker would throw errors starting with GCC 10 (see: https://gcc.gnu.org/gcc-10/porting_to.html). Final fix for <https://git.jami.net/savoirfairelinux/jami-client-qt/-/issues/882>. * tests/unittests/account_unittest.cpp (globalEnv): Remove variable. * tests/unittests/contact_unittest.cpp: Likewise. Change-Id: I08cff055590c06afb9423759ff3e2c6c6c790e94
This commit is contained in:
parent
6f30acf004
commit
c58e3eb561
2 changed files with 0 additions and 4 deletions
|
@ -19,8 +19,6 @@
|
||||||
|
|
||||||
#include "globaltestenvironment.h"
|
#include "globaltestenvironment.h"
|
||||||
|
|
||||||
TestEnvironment globalEnv;
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Test fixture for AccountAdapter testing
|
* Test fixture for AccountAdapter testing
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
|
|
||||||
#include "globaltestenvironment.h"
|
#include "globaltestenvironment.h"
|
||||||
|
|
||||||
TestEnvironment globalEnv;
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Test fixture for AccountAdapter testing
|
* Test fixture for AccountAdapter testing
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue