Created
March 22, 2016 14:09
-
-
Save neuralsandwich/e5fefe0d7b27ad412b60 to your computer and use it in GitHub Desktop.
NMEAParser googletest warnings
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scanning dependencies of target NMEAParser | |
[ 1%] Building CXX object lib/CMakeFiles/NMEAParser.dir/NMEAParser.cpp.o | |
[ 2%] Building CXX object lib/CMakeFiles/NMEAParser.dir/NMEAMessage.cpp.o | |
Scanning dependencies of target gtest | |
[ 3%] Building CXX object gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:55:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:71:7: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:75:7: warning: 'GTEST_OS_ZOS' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_OS_ZOS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:82:7: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_OS_WINDOWS_MOBILE // We are on Windows CE. | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:87:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_OS_WINDOWS // We are on Windows proper. | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:128:5: warning: 'GTEST_CAN_STREAM_RESULTS_' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_CAN_STREAM_RESULTS_ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:141: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:61:5: warning: 'GTEST_CAN_STREAM_RESULTS_' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_CAN_STREAM_RESULTS_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:66:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:325:32: warning: implicit conversion changes signedness: 'unsigned int' to 'const int' [-Wsign-conversion] | |
const int selected = begin + random->Generate(range_width); | |
~~~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:325:26: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] | |
const int selected = begin + random->Generate(range_width); | |
^~~~~ ~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:325:51: warning: implicit conversion changes signedness: 'int' to 'UInt32' (aka 'unsigned int') [-Wsign-conversion] | |
const int selected = begin + random->Generate(range_width); | |
~~~~~~ ^~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:398:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:784:5: warning: 'GTEST_CAN_STREAM_RESULTS_' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_CAN_STREAM_RESULTS_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:588:43: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
return index < 0 ? NULL : test_cases_[i]; | |
~~~~~~~~~~~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:595:43: warning: implicit conversion changes signedness: 'const int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
return index < 0 ? NULL : test_cases_[index]; | |
~~~~~~~~~~~ ^~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:940:5: warning: 'GTEST_USES_SIMPLE_RE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_USES_SIMPLE_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:989:6: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS && !defined(__GNUC__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:1041:5: warning: 'GTEST_CAN_STREAM_RESULTS_' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_CAN_STREAM_RESULTS_ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:144:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:195:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
GTEST_DEFINE_bool_( | |
^~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2456:21: note: expanded from macro 'GTEST_DEFINE_bool_' | |
GTEST_API_ bool GTEST_FLAG(name) = (default_val) | |
^ ~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_also_run_disabled_tests | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:200:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
GTEST_DEFINE_bool_( | |
^~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2456:21: note: expanded from macro 'GTEST_DEFINE_bool_' | |
GTEST_API_ bool GTEST_FLAG(name) = (default_val) | |
^ ~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_break_on_failure | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:205:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
GTEST_DEFINE_bool_( | |
^~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2456:21: note: expanded from macro 'GTEST_DEFINE_bool_' | |
GTEST_API_ bool GTEST_FLAG(name) = (default_val) | |
^ ~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_catch_exceptions | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:211:1: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] | |
GTEST_DEFINE_string_( | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_color | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:211:1: warning: declaration requires a global destructor [-Wglobal-constructors] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_color | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:219:1: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] | |
GTEST_DEFINE_string_( | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_filter | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:219:1: warning: declaration requires a global destructor [-Wglobal-constructors] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_filter | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:231:1: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] | |
GTEST_DEFINE_string_( | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_output | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:231:1: warning: declaration requires a global destructor [-Wglobal-constructors] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_output | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:243:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
GTEST_DEFINE_bool_( | |
^~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2456:21: note: expanded from macro 'GTEST_DEFINE_bool_' | |
GTEST_API_ bool GTEST_FLAG(name) = (default_val) | |
^ ~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_print_time | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:249:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
GTEST_DEFINE_int32_( | |
^~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2458:43: note: expanded from macro 'GTEST_DEFINE_int32_' | |
GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val) | |
^ ~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_random_seed | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:255:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
GTEST_DEFINE_int32_( | |
^~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2458:43: note: expanded from macro 'GTEST_DEFINE_int32_' | |
GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val) | |
^ ~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_repeat | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:266:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
GTEST_DEFINE_bool_( | |
^~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2456:21: note: expanded from macro 'GTEST_DEFINE_bool_' | |
GTEST_API_ bool GTEST_FLAG(name) = (default_val) | |
^ ~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_shuffle | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:272:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
GTEST_DEFINE_int32_( | |
^~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2458:43: note: expanded from macro 'GTEST_DEFINE_int32_' | |
GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val) | |
^ ~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_stack_trace_depth | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:278:1: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] | |
GTEST_DEFINE_string_( | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_stream_result_to | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:278:1: warning: declaration requires a global destructor [-Wglobal-constructors] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_stream_result_to | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:285:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
GTEST_DEFINE_bool_( | |
^~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2456:21: note: expanded from macro 'GTEST_DEFINE_bool_' | |
GTEST_API_ bool GTEST_FLAG(name) = (default_val) | |
^ ~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:54:1: note: expanded from here | |
FLAGS_gtest_throw_on_failure | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:376:12: warning: missing field 'owner_' initializer [-Wmissing-field-initializers] | |
GTEST_API_ GTEST_DEFINE_STATIC_MUTEX_(g_linked_ptr_mutex); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1949:80: note: expanded from macro 'GTEST_DEFINE_STATIC_MUTEX_' | |
::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, false } | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:379:13: warning: no previous extern declaration for non-static variable 'g_executable_path' [-Wmissing-variable-declarations] | |
std::string g_executable_path; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:379:13: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:379:13: warning: declaration requires a global destructor [-Wglobal-constructors] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:386:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:405:44: warning: implicit conversion changes signedness: 'long' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
std::string(gtest_output_flag, colon - gtest_output_flag); | |
~~~ ~~~~~~^~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:610:21: warning: declaration requires a global constructor [-Wglobal-constructors] | |
extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId(); | |
^ ~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:615:17: warning: no previous prototype for function 'HasOneFailure' [-Wmissing-prototypes] | |
AssertionResult HasOneFailure(const char* /* results_expr */, | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:787:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || defined(__BORLANDC__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:808:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_OS_WINDOWS && !GTEST_HAS_GETTIMEOFDAY_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:833:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:882:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING || GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:882:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:882:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:924:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:924:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:924:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:933:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:933:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:933:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1194:68: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'difference_type' (aka 'long') [-Wsign-conversion] | |
std::vector<EditType>::const_iterator it = edits.begin() + edit_i; | |
~ ^~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1196:38: warning: implicit conversion changes signedness: 'typename __wrap_iter<const EditType *>::difference_type' (aka 'long') to 'unsigned long' [-Wsign-conversion] | |
if (it == edits.end() || (it - edits.begin()) - edit_i >= context) { | |
~~~^~~~~~~~~~~~~~~ ~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1605:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1605:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1605:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1621:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1724:57: warning: implicit conversion changes signedness: 'UInt32' (aka 'unsigned int') to 'int' [-Wsign-conversion] | |
return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")"; | |
~~~~~~ ^~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1767:10: warning: implicit conversion changes signedness: 'wchar_t' to 'unsigned int' [-Wsign-conversion] | |
(((first & mask) << 10) | (second & mask)) + 0x10000 : | |
^~~~~ ~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1767:34: warning: implicit conversion changes signedness: 'wchar_t' to 'unsigned int' [-Wsign-conversion] | |
(((first & mask) << 10) | (second & mask)) + 0x10000 : | |
^~~~~~ ~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1894:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1896:7: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_OS_LINUX && !GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1951:20: warning: implicit conversion changes signedness: 'long' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
result.reserve(2 * (end - start)); | |
~~~~~~ ~~^~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:1995:32: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
return test_part_results_.at(i); | |
~~~~~~~~~~~~~~~~~~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2004:30: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
return test_properties_.at(i); | |
~~~~~~~~~~~~~~~~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2104:6: warning: no previous prototype for function 'ValidateTestPropertyName' [-Wmissing-prototypes] | |
bool ValidateTestPropertyName(const std::string& property_name, | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2178:39: warning: 'GTestFlagSaver' was marked unused but was used [-Wused-but-marked-unused] | |
: gtest_flag_saver_(new internal::GTestFlagSaver) { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2697:45: warning: implicit conversion changes signedness: 'const int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
return index < 0 ? NULL : test_info_list_[index]; | |
~~~~~~~~~~~~~~~ ^~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2704:45: warning: implicit conversion changes signedness: 'const int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
return index < 0 ? NULL : test_info_list_[index]; | |
~~~~~~~~~~~~~~~ ^~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2798:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default] | |
default: | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2825:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2843:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE && \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2860:13: warning: no previous prototype for function 'GetAnsiColorCode' [-Wmissing-prototypes] | |
const char* GetAnsiColorCode(GTestColor color) { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2861:11: warning: enumeration value 'COLOR_DEFAULT' not explicitly handled in switch [-Wswitch-enum] | |
switch (color) { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2876:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2910:6: warning: no previous prototype for function 'ColoredPrintf' [-Wmissing-prototypes] | |
void ColoredPrintf(GTestColor color, const char* fmt, ...) { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2914:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || GTEST_OS_ZOS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2914:32: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || GTEST_OS_ZOS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2914:52: warning: 'GTEST_OS_ZOS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || GTEST_OS_ZOS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2915:5: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_IOS || GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2915:21: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_IOS || GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2915:47: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_IOS || GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2925:13: warning: format string is not a string literal [-Wformat-nonliteral] | |
vprintf(fmt, args); | |
^~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2930:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE && \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2952:11: warning: format string is not a string literal [-Wformat-nonliteral] | |
vprintf(fmt, args); | |
^~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2963:6: warning: no previous prototype for function 'PrintFullTestCommentIfPresent' [-Wmissing-prototypes] | |
void PrintFullTestCommentIfPresent(const TestInfo& test_info) { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3238:45: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'difference_type' (aka 'long') [-Wsign-conversion] | |
listeners_.erase(listeners_.begin() + i); | |
~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3273:1: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
GTEST_REVERSE_REPEATER_METHOD_(OnEnvironmentsSetUpEnd, UnitTest) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3262:18: note: expanded from macro 'GTEST_REVERSE_REPEATER_METHOD_' | |
listeners_[i]->Name(parameter); \ | |
~~~~~~~~~~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3274:1: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
GTEST_REVERSE_REPEATER_METHOD_(OnEnvironmentsTearDownEnd, UnitTest) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3262:18: note: expanded from macro 'GTEST_REVERSE_REPEATER_METHOD_' | |
listeners_[i]->Name(parameter); \ | |
~~~~~~~~~~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3275:1: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
GTEST_REVERSE_REPEATER_METHOD_(OnTestEnd, TestInfo) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3262:18: note: expanded from macro 'GTEST_REVERSE_REPEATER_METHOD_' | |
listeners_[i]->Name(parameter); \ | |
~~~~~~~~~~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3276:1: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
GTEST_REVERSE_REPEATER_METHOD_(OnTestCaseEnd, TestCase) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3262:18: note: expanded from macro 'GTEST_REVERSE_REPEATER_METHOD_' | |
listeners_[i]->Name(parameter); \ | |
~~~~~~~~~~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3277:1: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
GTEST_REVERSE_REPEATER_METHOD_(OnTestProgramEnd, UnitTest) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3262:18: note: expanded from macro 'GTEST_REVERSE_REPEATER_METHOD_' | |
listeners_[i]->Name(parameter); \ | |
~~~~~~~~~~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3295:18: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
listeners_[i]->OnTestIterationEnd(unit_test, iteration); | |
~~~~~~~~~~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3708:5: warning: 'GTEST_CAN_STREAM_RESULTS_' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_CAN_STREAM_RESULTS_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3782:12: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
ScopedTrace::ScopedTrace(const char* file, int line, const Message& message) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3793:12: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
ScopedTrace::~ScopedTrace() | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3949:6: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if (_MSC_VER == 1310 && !defined(_DEBUG)) || defined(__BORLANDC__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:3953:19: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] | |
static UnitTest instance; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:4088:71: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; | |
~~~~~ ~~^~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:4111:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:4377:5: warning: 'GTEST_CAN_STREAM_RESULTS_' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_CAN_STREAM_RESULTS_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:4420:5: warning: 'GTEST_CAN_STREAM_RESULTS_' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_CAN_STREAM_RESULTS_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:4582:24: warning: implicit conversion changes signedness: 'int' to 'UInt32' (aka 'unsigned int') [-Wsign-conversion] | |
random()->Reseed(random_seed_); | |
~~~~~~ ^~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:4966:13: warning: no previous prototype for function 'ParseFlagValue' [-Wmissing-prototypes] | |
const char* ParseFlagValue(const char* str, | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:5004:6: warning: no previous prototype for function 'ParseBoolFlag' [-Wmissing-prototypes] | |
bool ParseBoolFlag(const char* str, const char* flag, bool* value) { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:5038:6: warning: no previous prototype for function 'ParseStringFlag' [-Wmissing-prototypes] | |
bool ParseStringFlag(const char* str, const char* flag, std::string* value) { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:5144:5: warning: 'GTEST_CAN_STREAM_RESULTS_' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_CAN_STREAM_RESULTS_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:5150:30: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_DEATH_TEST && !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:43: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:47:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:53:6: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:60:6: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_QNX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:85:1: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] | |
GTEST_DEFINE_string_( | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:18:1: note: expanded from here | |
FLAGS_gtest_death_test_style | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:43: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:85:1: warning: declaration requires a global destructor [-Wglobal-constructors] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:18:1: note: expanded from here | |
FLAGS_gtest_death_test_style | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:43: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:94:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
GTEST_DEFINE_bool_( | |
^~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2456:21: note: expanded from macro 'GTEST_DEFINE_bool_' | |
GTEST_API_ bool GTEST_FLAG(name) = (default_val) | |
^ ~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:18:1: note: expanded from here | |
FLAGS_gtest_death_test_use_fork | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:43: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:107:1: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] | |
GTEST_DEFINE_string_( | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:18:1: note: expanded from here | |
FLAGS_gtest_internal_run_death_test | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:43: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:107:1: warning: declaration requires a global destructor [-Wglobal-constructors] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2460:30: note: expanded from macro 'GTEST_DEFINE_string_' | |
GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2445:26: note: expanded from macro 'GTEST_FLAG' | |
#define GTEST_FLAG(name) FLAGS_gtest_##name | |
^ | |
<scratch space>:18:1: note: expanded from here | |
FLAGS_gtest_internal_run_death_test | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:43: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:131:6: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:154:6: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:165:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:185:6: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:212:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:251:6: warning: no previous prototype for function 'DeathTestAbort' [-Wmissing-prototypes] | |
void DeathTestAbort(const std::string& message) { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:359:24: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] | |
std::string DeathTest::last_death_test_message_; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:359:24: warning: declaration requires a global destructor [-Wglobal-constructors] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:570:5: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default] | |
default: | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:579:6: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:940:8: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_QNX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:990:6: warning: no previous prototype for function 'StackGrowsDown' [-Wmissing-prototypes] | |
bool StackGrowsDown() { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:1008:7: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_QNX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:1039:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:1089:7: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:1180:6: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:1227:6: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-death-test.cc:1309:6: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:44: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:38:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:40:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:43:7: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:51:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:66:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:100:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:100:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:100:58: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:104:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:110:6: warning: 'GTEST_OS_NACL' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_NACL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:170:45: warning: implicit conversion changes signedness: 'long' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
dir = std::string(c_str(), last_sep + 1 - c_str()); | |
~~~ ~~~~~~~~~~~~~^~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:210:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:225:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:234:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:254:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:267:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:326:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-filepath.cc:331:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:45: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:39:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
[ 4%] Linking CXX shared library libNMEAParser.dylib | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:54:5: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_QNX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:137:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE && GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:45: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:137:28: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE && GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:898:6: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:918:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:1014:6: warning: no previous prototype for function 'CaptureStream' [-Wmissing-prototypes] | |
void CaptureStream(int fd, const char* stream_name, CapturedStream** stream) { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:1023:13: warning: no previous prototype for function 'GetCapturedStream' [-Wmissing-prototypes] | |
std::string GetCapturedStream(CapturedStream** captured_stream) { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:1057:42: warning: declaration requires an exit-time destructor [-Wexit-time-destructors] | |
::std::vector<testing::internal::string> g_argvs; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:1057:42: warning: declaration requires a global destructor [-Wglobal-constructors] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-port.cc:1076:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:46: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-printers.cc:359:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:46: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-printers.cc:359:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:46: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-printers.cc:359:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:46: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-printers.cc:365:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:46: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-printers.cc:365:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:46: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-printers.cc:365:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-test-part.cc:79:17: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
return array_[index]; | |
~~~~~~ ^~~~~ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:141: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:417:7: warning: 'OsStackTraceGetterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class OsStackTraceGetterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:150:18: warning: 'GoogleTestFailureException' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1036:7: warning: 'EmptyTestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class EmptyTestEventListener : public TestEventListener { | |
^ | |
[ 4%] Built target NMEAParser | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:39: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:141: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:303:73: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
return (i < 0 || i >= static_cast<int>(v.size())) ? default_value : v[i]; | |
~ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:587:23: note: in instantiation of function template specialization 'testing::internal::GetElementOr<int>' requested here | |
const int index = GetElementOr(test_case_indices_, i, -1); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:325:32: warning: implicit conversion changes signedness: 'unsigned int' to 'const int' [-Wsign-conversion] | |
const int selected = begin + random->Generate(range_width); | |
~~~~~~~~ ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:4892:3: note: in instantiation of function template specialization 'testing::internal::ShuffleRange<int>' requested here | |
ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_); | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:141: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:325:26: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] | |
const int selected = begin + random->Generate(range_width); | |
^~~~~ ~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:325:51: warning: implicit conversion changes signedness: 'int' to 'UInt32' (aka 'unsigned int') [-Wsign-conversion] | |
const int selected = begin + random->Generate(range_width); | |
~~~~~~ ^~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:326:20: warning: implicit conversion changes signedness: 'const int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
std::swap((*v)[selected], (*v)[last_in_range]); | |
~ ^~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-internal-inl.h:326:36: warning: implicit conversion changes signedness: 'const int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion] | |
std::swap((*v)[selected], (*v)[last_in_range]); | |
~ ^~~~~~~~~~~~~ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest-all.cc:42: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2554:12: warning: unused member function 'TestNameIs' [-Wunused-member-function] | |
explicit TestNameIs(const char* name) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest.cc:2558:8: warning: unused member function 'operator()' [-Wunused-member-function] | |
bool operator()(const TestInfo * test_info) const { | |
^ | |
281 warnings generated. | |
[ 5%] Linking CXX static library libgtest.a | |
[ 5%] Built target gtest | |
Scanning dependencies of target gtest_main | |
[ 6%] Building CXX object gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/src/gtest_main.cc:32: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
95 warnings generated. | |
[ 7%] Linking CXX static library libgtest_main.a | |
[ 7%] Built target gtest_main | |
Scanning dependencies of target GBSMessageParse_Test | |
Scanning dependencies of target GGAMessageParse_Test | |
Scanning dependencies of target DTMMessageParse_Test | |
[ 8%] Building CXX object test/CMakeFiles/GBSMessageParse_Test.dir/GBSMessageParse_Test.cpp.o | |
Scanning dependencies of target GLLMessageParse_Test | |
Scanning dependencies of target GSAMessageParse_Test | |
[ 9%] Building CXX object test/CMakeFiles/GGAMessageParse_Test.dir/GGAMessageParse_Test.cpp.o | |
[ 10%] Building CXX object test/CMakeFiles/DTMMessageParse_Test.dir/DTMMessageParse_Test.cpp.o | |
[ 11%] Building CXX object test/CMakeFiles/GLLMessageParse_Test.dir/GLLMessageParse_Test.cpp.o | |
[ 12%] Building CXX object test/CMakeFiles/GSAMessageParse_Test.dir/GSAMessageParse_Test.cpp.o | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
In file included from #if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647: | |
^ | |
5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
warning: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: : 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef]note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h: | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef]/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: 58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5 | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
In file included from && !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: :12: | |
570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h ^: | |
454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h | |
:786 ^:6354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
#if _MSC_VER >= 1500 (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: | |
1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note | |
: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5:: (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h#if GTEST_HAS_POSIX_RE | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
:warning ^ | |
^ | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS))/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h | |
: ^465 | |
:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:647:# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__)/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
7#if GTEST_OS_LINUX_ANDROID | |
^ | |
:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: 643:6: 461:6: warning: warning'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
: # if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h29'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
:#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
note: (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
expanded from macro 'GTEST_HAS_PTHREAD' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:warning# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \: :469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
7#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:: | |
'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] ^ | |
465:warning: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: | |
32: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
note# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR): expanded from macro 'GTEST_HAS_POSIX_RE' | |
^# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: 562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warningwarning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6'_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning647:: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
6: warning#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^: # if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
^ | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^: # if GTEST_OS_LINUX && !defined(__ia64__) | |
warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
expanded from macro 'GTEST_HAS_PTHREAD'# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
:857:5: warning: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
^ | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: warning && !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685 note: #if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
:43:#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
^ | |
:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
57: (GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef]/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef]/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
^ | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808: (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: note: 33expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
: warning: (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34:809:5: warning: expanded from macro 'GTEST_HAS_STD_WSTRING''GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: | |
809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6 GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820 ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:note1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:6: warning: (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING'#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
53#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
:562:88#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
: ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning : 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
note: #if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
expanded from macro 'GTEST_HAS_STD_WSTRING' ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^note: (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
: note: expanded from macro 'GTEST_HAS_STD_WSTRING' (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS))#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: | |
1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: :821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
1134:7:562note:34: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: | |
562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
^ | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^: expanded from macro 'GTEST_HAS_STD_WSTRING' note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7 | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
warning: (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING''GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
570:6:: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: : 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.hexpanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:95129: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef]/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef]/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING'In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: ^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5:'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS))In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp: | |
^ | |
: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h12: | |
warning12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:186In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note570:6: ::5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^58: | |
In file included from (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: In file included from note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.hexpanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: : note: expanded from macro 'GTEST_HAS_STD_WSTRING'expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:6258: | |
: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:762: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.hIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h::60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.hIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from :184:6: warning: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cppIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.hIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp::12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
47In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: :47expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8 (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from :12/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING': | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from | |
^ (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
In file included from (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef]/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h: (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^: | |
In file included from | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
5: (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
warningIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp: :12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5::62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.hwarning: :562:53: note: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)):12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h | |
^ | |
:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34184: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.hIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
friend class internal::ScopedTrace;In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQexpanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052: (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING)6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
^#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning | |
: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
#if !GTEST_DONT_DEFINE_ASSERT_GE ^ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h::2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
1439:5#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS))/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5 | |
^ | |
In file included from : warning/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp: :12'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
^ | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
warning ^: | |
'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.hIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:27:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GBSMessageParse, Valid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:26:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GGAMessageParse, Valid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:55:24: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.GGA = &Message}; | |
^~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:27:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(DTMMessageParse, Valid_W84_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:30:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] | |
GPDTM Message{"W84", "", 0.0f, 0.0f, 0.0f, "W84"}; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:30:24: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] | |
GPDTM Message{"W84", "", 0.0f, 0.0f, 0.0f, "W84"}; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:30:46: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] | |
GPDTM Message{"W84", "", 0.0f, 0.0f, 0.0f, "W84"}; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:43:72: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
NMEAMessage Expected{NMEA_TALKER_ID::GPS, NMEA_MESSAGE_TYPE::GBS, 1, .GBS = &Message}; | |
^~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:33:27: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
&Message}; | |
^~~~~~~~ | |
{ } | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:26:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GSAMessageParse, Valid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:35:24: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.GSA = &Message}; | |
^~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:52:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(DTMMessageParse, Valid_W72_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:57:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GSAMessageParse, Invalid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp | |
: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~55 | |
:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GPDTM Message{"W72", "", 0.0f, -0.01f, -2.8f, "W84"}; | |
GTEST_TEST_(test_case_name, test_name, \ ^ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:55:24: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] | |
GPDTM Message{"W72", "", 0.0f, -0.01f, -2.8f, "W84"}; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:55:49: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] | |
GPDTM Message{"W72", "", 0.0f, -0.01f, -2.8f, "W84"}; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:58:24: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
&Message}; | |
^~~~~~~~ | |
{ } | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:77:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GSAMessageParse, Empty_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:77:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(DTMMessageParse, Valid_999_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:80:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] | |
GPDTM Message{"999", "CH95", 0.08f, 0.07f, -47.7f, "W84"}; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:80:24: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] | |
GPDTM Message{"999", "CH95", 0.08f, 0.07f, -47.7f, "W84"}; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:80:54: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] | |
GPDTM Message{"999", "CH95", 0.08f, 0.07f, -47.7f, "W84"}; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:83:24: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
&Message}; | |
^~~~~~~~ | |
{ } | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:26:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GLLMessageParse, Valid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:43:24: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.GLL = &Message}; | |
^~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:94:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GGAMessageParse, Invalid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:114:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GGAMessageParse, Empty_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:102:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(DTMMessageParse, Invalid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:62:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GLLMessageParse, Invalid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:123:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(DTMMessageParse, Empty_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:82:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GLLMessageParse, Empty_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:5840: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.hIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from 65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GBSMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
In file included from In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GGAMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GLLMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1481:16: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] | |
if (expected == actual) { | |
~~~~~~~~ ^ ~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1511:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ<float, float>' requested here | |
return CmpHelperEQ(expected_expression, actual_expression, expected, | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSAMessageParse_Test.cpp:52:3: note: in instantiation of function template specialization 'testing::internal::EqHelper<false>::Compare<float, float>' requested here | |
EXPECT_EQ(Expected.GSA->pdop, Result->GSA->pdop); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2017:67: note: expanded from macro 'EXPECT_EQ' | |
EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest_pred_impl.h:162:23: note: expanded from macro 'EXPECT_PRED_FORMAT2' | |
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest_pred_impl.h:147:17: note: expanded from macro 'GTEST_PRED_FORMAT2_' | |
GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest_pred_impl.h:77:52: note: expanded from macro 'GTEST_ASSERT_' | |
if (const ::testing::AssertionResult gtest_ar = (expression)) \ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1481:16: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] | |
if (expected == actual) { | |
~~~~~~~~ ^ ~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1511:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ<float, float>' requested here | |
return CmpHelperEQ(expected_expression, actual_expression, expected, | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/DTMMessageParse_Test.cpp:46:3: note: in instantiation of function template specialization 'testing::internal::EqHelper<false>::Compare<float, float>' requested here | |
EXPECT_EQ(Expected.DTM->lat, Result->DTM->lat); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2017:67: note: expanded from macro 'EXPECT_EQ' | |
EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest_pred_impl.h:162:23: note: expanded from macro 'EXPECT_PRED_FORMAT2' | |
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest_pred_impl.h:147:17: note: expanded from macro 'GTEST_PRED_FORMAT2_' | |
GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest_pred_impl.h:77:52: note: expanded from macro 'GTEST_ASSERT_' | |
if (const ::testing::AssertionResult gtest_ar = (expression)) \ | |
^ | |
103 warnings generated. | |
[ 13%] Linking CXX executable GBSMessageParse_Test | |
106 warnings generated. | |
[ 14%] Linking CXX executable GSAMessageParse_Test | |
105 warnings generated. | |
105 warnings generated. | |
[ 15%] Linking CXX executable GLLMessageParse_Test | |
[ 15%] Built target GBSMessageParse_Test | |
[ 16%] Linking CXX executable GGAMessageParse_Test | |
Scanning dependencies of target GSTMessageParse_Test | |
[ 16%] Built target GSAMessageParse_Test | |
[ 17%] Building CXX object test/CMakeFiles/GSTMessageParse_Test.dir/GSTMessageParse_Test.cpp.o | |
Scanning dependencies of target GSVMessageParse_Test | |
[ 18%] Building CXX object test/CMakeFiles/GSVMessageParse_Test.dir/GSVMessageParse_Test.cpp.o | |
119[ 18%] Built target GGAMessageParse_Test | |
warnings generated. | |
[ 18%] Built target GLLMessageParse_Test | |
[ 20%] Linking CXX executable DTMMessageParse_Test | |
Scanning dependencies of target ParseAltitude_Test | |
Scanning dependencies of target ParseAngle_Test | |
[ 21%] Building CXX object test/CMakeFiles/ParseAltitude_Test.dir/ParseAltitude_Test.cpp.o | |
[ 22%] Building CXX object test/CMakeFiles/ParseAngle_Test.dir/ParseAngle_Test.cpp.o | |
[ 22%] Built target DTMMessageParse_Test | |
Scanning dependencies of target ParseCOGM_Test | |
[ 23%] Building CXX object test/CMakeFiles/ParseCOGM_Test.dir/ParseCOGM_Test.cpp.o | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: :58: | |
'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
^ | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647::12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: : 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWSwarning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
: #if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6:warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
:2306:6:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning warning: : 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34#elif GTEST_HAS_STD_WSTRING: | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: warningexpanded from macro 'GTEST_HAS_STD_WSTRING' | |
: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7:#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306 warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from 5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29::570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: 8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.hwarning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h::786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
184:6: warning/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:26:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GSTMessageParse, Valid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:41:24: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.GST = &Message}; | |
^~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:63:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GSTMessageParse, Invalid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:83:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GSTMessageParse, Empty_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:26:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GSVMessageParse, Valid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:35:20: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
GPGSV Message = {.NoMSG = 3, | |
^~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:36:20: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.MSGNo = 1, | |
^~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:37:20: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.NoSV = 10, | |
^~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:38:20: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.sv = SVs, | |
^~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:39:20: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.elv = Elvs, | |
^~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:40:20: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.az = Azs, | |
^~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:41:20: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.cno = Cnos, | |
^~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:42:20: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.DataFieldsInMessage = 16}; | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:45:24: warning: designated initializers are a C99 feature [-Wc99-extensions] | |
.GSV = &Message}; | |
^~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:73:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GSAMessageParse, Invalid_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:93:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(GSAMessageParse, Empty_Message) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSTMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:18:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseAltitude, Valid_Altitude) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:25:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseAltitude, Invalid_Altitude) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:31:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseAltitude, Empty_Altitude) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
26: warningIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note:26: expanded from macro 'GTEST_HAS_STD_WSTRING': | |
warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:11:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseAngle, Valid_Angle) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:18:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseAngle, Invalid_Angle) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:24:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseAngle, Empty_Angle) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/GSVMessageParse_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:26:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseCOGM, Valid_COGM) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:33:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseCOGM, Invalid_COGM) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:39:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseCOGM, Empty_COGM) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAltitude_Test.cpp:13: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseAngle_Test.cpp:6: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGM_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
113 warnings generated. | |
105 warnings generated. | |
[ 24%] Linking CXX executable GSVMessageParse_Test | |
[ 25%] Linking CXX executable GSTMessageParse_Test | |
[ 25%] Built target GSVMessageParse_Test | |
[ 25%] Built target GSTMessageParse_Test | |
Scanning dependencies of target ParseCOGT_Test | |
Scanning dependencies of target ParseDifferentialCorrectionAge_Test | |
[ 26%] Building CXX object test/CMakeFiles/ParseCOGT_Test.dir/ParseCOGT_Test.cpp.o | |
[ 27%] Building CXX object test/CMakeFiles/ParseDifferentialCorrectionAge_Test.dir/ParseDifferentialCorrectionAge_Test.cpp.o | |
104 warnings generated. | |
[ 28%] Linking CXX executable ParseAltitude_Test | |
104 warnings generated. | |
104 warnings generated. | |
[ 29%] Linking CXX executable ParseAngle_Test | |
[ 30%] Linking CXX executable ParseCOGM_Test | |
[ 30%] Built target ParseAltitude_Test | |
[ 30%] Built target ParseAngle_Test | |
[ 30%] Built target ParseCOGM_Test | |
Scanning dependencies of target ParseDifferentialStationID_Test | |
Scanning dependencies of target ParseFixStatus_Test | |
[ 31%] Building CXX object test/CMakeFiles/ParseDifferentialStationID_Test.dir/ParseDifferentialStationID_Test.cpp.o | |
Scanning dependencies of target ParseFloat_Test | |
[ 32%] Building CXX object test/CMakeFiles/ParseFixStatus_Test.dir/ParseFixStatus_Test.cpp.o | |
[ 33%] Building CXX object test/CMakeFiles/ParseFloat_Test.dir/ParseFloat_Test.cpp.o | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: : 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:warning: 29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: : | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef]In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h: | |
# if !GTEST_OS_WINDOWS | |
^ | |
62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.hIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6::184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:723:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warningIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570: (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: :/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h warning: :1455:5:'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
warning#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
#if GTEST_OS_LINUX_ANDROID || GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
^ | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6:# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: 1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705warning: :5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: expanded from macro 'GTEST_HAS_STD_WSTRING'/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: | |
1649:8 (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warningwarning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: : 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
^ | |
#if !GTEST_DONT_DEFINE_FAIL | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:#if !GTEST_DONT_DEFINE_SUCCEED | |
^ | |
570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1286:26: warning: 'ScopedTrace' was marked unused but was used [-Wused-but-marked-unused] | |
friend class internal::ScopedTrace; | |
^ | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1434:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1439:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: ^ | |
note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h: (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^643 | |
:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1705:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28::562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h::58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
1705:5: # if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562 ^ | |
:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:354:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef]/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ ^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052 | |
:: | |
6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1914:6: warning: 'GTEST_DONT_DEFINE_FAIL' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:#if !GTEST_DONT_DEFINE_FAIL | |
8 ^ | |
:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:1923:6: warning: 'GTEST_DONT_DEFINE_SUCCEED' is not defined, evaluates to 0 [-Wundef] | |
:2056 warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_SUCCEED | |
:6: warning: # elif GTEST_HAS_PTHREAD | |
^ ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef]643 | |
:#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
29#if !GTEST_DONT_DEFINE_ASSERT_LT | |
: note: expanded from macro 'GTEST_HAS_PTHREAD' ^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning | |
: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
#if _MSC_VER >= 1500 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:26:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseDifferentialCorrectionAge, Valid_CorrectionAge) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:34:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseDifferentialCorrectionAge, Invalid_CorrectionAge) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
40#if GTEST_OS_WINDOWS | |
^ | |
:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseDifferentialCorrectionAge, Empty_CorrectionAge) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
:436:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:454:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:461:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:469:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_POSIX_RE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:465:32: note: expanded from macro 'GTEST_HAS_POSIX_RE' | |
# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:647:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:660:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:11: warning: 'GTEST_OS_QNX' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:685:57: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:696:6: warning: 'GTEST_ENV_HAS_TR1_TUPLE_' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:786:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_LINUX && !defined(__ia64__) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:808:33: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:5: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:809:31: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
GTEST_OS_WINDOWS_PHONE || GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:24: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:820:43: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:821:24: warning: 'GTEST_OS_IOS' is not defined, evaluates to 0 [-Wundef] | |
(GTEST_OS_MAC && !GTEST_OS_IOS) || \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:857:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1132:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#elif GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1134:7: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_IS_THREADSAFE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:950:10: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| (GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT) \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1455:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:951:9: note: expanded from macro 'GTEST_IS_THREADSAFE' | |
|| GTEST_HAS_PTHREAD) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1456:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1470:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:6: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1568:28: warning: 'GTEST_OS_WINDOWS_MINGW' is not defined, evaluates to 0 [-Wundef] | |
# if GTEST_HAS_PTHREAD && !GTEST_OS_WINDOWS_MINGW | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1649:8: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1892:8: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
# elif GTEST_HAS_PTHREAD | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:643:29: note: expanded from macro 'GTEST_HAS_PTHREAD' | |
# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2048:6: warning: 'GTEST_DONT_DEFINE_ASSERT_EQ' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_EQ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2052:6: warning: 'GTEST_DONT_DEFINE_ASSERT_NE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_NE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2056:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2060:6: warning: 'GTEST_DONT_DEFINE_ASSERT_LT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_LT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2064:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2068:6: warning: 'GTEST_DONT_DEFINE_ASSERT_GT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_ASSERT_GT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2157:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2279:6: warning: 'GTEST_DONT_DEFINE_TEST' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_DONT_DEFINE_TEST | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:26:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseCOGT, Valid_COGT) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: GTEST_TEST_(test_case_name, test_name, \warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2175:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
#if GTEST_OS_WINDOWS | |
^ | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:33:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
TEST(ParseCOGT, Invalid_COGT) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] ::test_info_ =\ | |
^ | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:39:1: warning: declaration requires a global constructor [-Wglobal-constructors] | |
TEST(ParseCOGT, Empty_COGT) { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2280:42: note: expanded from macro 'TEST' | |
# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:2274:3: note: expanded from macro 'GTEST_TEST' | |
GTEST_TEST_(test_case_name, test_name, \ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:1182:5: note: expanded from macro 'GTEST_TEST_' | |
::test_info_ =\ | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:41:13: warning: unused variable 'Expected' [-Wunused-variable] | |
const int Expected = 0; | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2243:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:34: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2306:61: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2312:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2319:6: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:32: warning: 'GTEST_OS_WINDOWS_PHONE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2330:57: warning: 'GTEST_OS_WINDOWS_RT' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_WINDOWS_PHONE | GTEST_OS_WINDOWS_RT | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2346:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2352:21: warning: function 'Abort' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
inline void Abort() { abort(); } | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2362:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] | |
#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2382:34: warning: signed shift result (0x8000000000000000) sets the sign bit of the shift expression's type ('BiggestInt' (aka 'long long')) and becomes negative [-Wshift-sign-overflow] | |
~(static_cast<BiggestInt>(1) << (8*sizeof(BiggestInt) - 1)); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:2426:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:42:5: warning: 'GTEST_OS_LINUX' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_LINUX | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:40: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1575:7: warning: 'ThreadWithParamBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadWithParamBase { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:1993:7: warning: 'ThreadLocalValueHolderBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ThreadLocalValueHolderBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:466:7: warning: 'TestFactoryBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestFactoryBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:41: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:69:18: warning: 'DeathTest' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class GTEST_API_ DeathTest { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-death-test-internal.h:140:7: warning: 'DeathTestFactory' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class DeathTestFactory { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:415:7: warning: 'ParameterizedTestCaseInfoBase' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class ParameterizedTestCaseInfoBase { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:65: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-test-part.h:146:7: warning: 'TestPartResultReporterInterface' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestPartResultReporterInterface { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:964:7: warning: 'Environment' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class Environment { | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:983:7: warning: 'TestEventListener' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] | |
class TestEventListener { | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:105:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:180:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:186:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-message.h:200:5: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:63: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-string.h:71:5: warning: 'GTEST_OS_WINDOWS_MOBILE' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS_MOBILE | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialCorrectionAge_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWSIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseCOGT_Test.cpp:12: | |
^In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:193: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util-generated.h:104:8 | |
: warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | |
void operator=(const ValueArray2& other); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:1221:10: note: in instantiation of function template specialization 'testing::Values<bool, bool>' requested here | |
return Values(false, true); | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:354:10: note: implicit copy constructor for 'ValueArray2<bool, bool>' first required here | |
return internal::ValueArray2<T1, T2>(v1, v2); | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:58: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-internal.h:489:5: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.hIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:60: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-death-test.h:201::184:6:201:7:7: warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
warning warning: 'GTEST_OS_WINDOWS' is not defined, evaluates to 0 [-Wundef] | |
# if !GTEST_OS_WINDOWS | |
^ | |
: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:184:6: warning: 'GTEST_OS_SYMBIAN' is not defined, evaluates to 0 [-Wundef] | |
#if !GTEST_OS_SYMBIAN | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseDifferentialStationID_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING'7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6473:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_GLOBAL_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
:480:5: /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:473:5: warning/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING': 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:570:6: note: expanded from macro 'GTEST_HAS_GLOBAL_WSTRING' | |
(GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFixStatus_Test.cpp:12: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: 'GTEST_OS_LINUX_ANDROID' is not defined, evaluates to 0 [-Wundef] | |
#if GTEST_HAS_STD_WSTRING | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:8: note: expanded from macro 'GTEST_HAS_STD_WSTRING'/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.hIn file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp::4807: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param-test.h:192: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-param-util.h:47: | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-printers.h:480:5: warning: :5: warning'GTEST_OS_CYGWIN' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:34: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/test/ParseFloat_Test.cpp:7: 'GTEST_OS_SOLARIS' is not defined, evaluates to 0 [-Wundef] | |
/Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/internal/gtest-port.h:562:53: note: expanded from macro 'GTEST_HAS_STD_WSTRING' | |
(!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) | |
^ | |
: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest.h:62: | |
In file included from /Users/neuralsandwich/dev/neuralsandwich/TinyROS-Workspace/NMEAParser/gtest/include/gtest/gtest-param |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment