git-svn-id: svn://db.shs.com.ru/pip@356 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -142,10 +142,10 @@
|
||||
# ifdef MAC_OS
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
# else
|
||||
# pragma GCC diagnostic ignored "-Wpragmas"
|
||||
//# pragma GCC diagnostic ignored "-Wpragmas"
|
||||
# pragma GCC diagnostic ignored "-Waggressive-loop-optimizations"
|
||||
# endif
|
||||
# pragma GCC diagnostic ignored "-Wformat"
|
||||
//# pragma GCC diagnostic ignored "-Wformat"
|
||||
//# pragma GCC diagnostic ignored "-Wformat-extra-args"
|
||||
# pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
||||
//# pragma GCC diagnostic ignored "-Wsign-compare"
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
#ifdef WINDOWS
|
||||
# include "tlhelp32.h"
|
||||
#endif
|
||||
#ifdef CC_GCC
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
PISystemMonitor::PISystemMonitor(): PIThread() {
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "pisystemtests.h"
|
||||
#include "piconfig.h"
|
||||
|
||||
|
||||
namespace PISystemTests {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef PISYSTEMTESTS_H
|
||||
#define PISYSTEMTESTS_H
|
||||
|
||||
#include "piconfig.h"
|
||||
#include "pibase.h"
|
||||
|
||||
namespace PISystemTests {
|
||||
PIP_EXPORT extern long time_resolution_ns;
|
||||
|
||||
Reference in New Issue
Block a user