[STYLE] update

This commit is contained in:
Edouard DUPIN 2015-03-26 23:35:43 +01:00
parent 6622cd8237
commit bf05f46f24

View File

@ -9,6 +9,7 @@
#include <river/Manager.h>
#include <river/Interface.h>
#include <gtest/gtest.h>
#include <etk/etk.h>
#include <etk/os/FSNode.h>
#include <math.h>
#include <sstream>
@ -28,9 +29,9 @@
#undef __class__
#define __class__ "test"
int main(int argc, char **argv) {
int main(int _argc, char** _argv) {
// init Google test :
::testing::InitGoogleTest(&argc, const_cast<char **>(argv));
::testing::InitGoogleTest(&_argc, const_cast<char **>(_argv));
// the only one init for etk:
etk::init(_argc, _argv);
for (int32_t iii=0; iii<_argc ; ++iii) {