Skip to content

Commit

Permalink
replace with
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Aug 24, 2021
1 parent e7fa637 commit da40d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysinfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da40d4d

Please sign in to comment.