mirror of https://github.com/google/benchmark.git
replace #warning with #pragma message (#1216)
This commit is contained in:
parent
04c466603f
commit
2b093325e1
|
@ -444,7 +444,7 @@ std::string GetSystemName() {
|
|||
#elif defined(BENCHMARK_OS_RTEMS)
|
||||
#define HOST_NAME_MAX 256
|
||||
#else
|
||||
#warning "HOST_NAME_MAX not defined. using 64"
|
||||
#pragma message("HOST_NAME_MAX not defined. using 64")
|
||||
#define HOST_NAME_MAX 64
|
||||
#endif
|
||||
#endif // def HOST_NAME_MAX
|
||||
|
|
Loading…
Reference in New Issue