What steps will reproduce the problem?
1. Compile some test code with "g++ -pedantic"
What is the expected output? What do you see instead?
I can see the following warning and errors.
In file included from /home/kee/local/include/gtest/gtest.h:72,
from unit_test.cc:3:
/home/kee/local/include/gtest/gtest-typed-test.h:236:46: warning: anonymous
variadic macros were introduced in C99
In file included from /home/kee/local/include/gtest/internal/gtest-
internal.h:41,
from /home/kee/local/include/gtest/gtest.h:66,
from unit_test.cc:4:
/home/kee/local/include/gtest/internal/gtest-port.h:713: error: ISO C++
1998 does not support 'long long'
/home/kee/local/include/gtest/internal/gtest-port.h:772: error: ISO C++
1998 does not support 'long long'
/home/kee/local/include/gtest/internal/gtest-port.h:773: error: ISO C++
1998 does not support 'long long'
What version of the product are you using? On what operating system?
- OS: Fedora 10
- Compiler: g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
- Gtest: gtest 1.3.0
Please provide any additional information below.
Original issue reported on code.google.com by k...@ketan.jp on 31 May 2009 at 1:11
Original issue reported on code.google.com by
k...@ketan.jp
on 31 May 2009 at 1:11