Created
January 6, 2012 20:34
-
-
Save patrickgombert/1572284 to your computer and use it in GitHub Desktop.
CppUTest Install Error
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
make[1]: Entering directory `/home/patrickgombert/.cpputest/examples' | |
compiling MockDocumentationTest.cpp | |
ApplicationLib/MockDocumentationTest.cpp: In member function ‘virtual void TEST_MockDocumentation_returnValue_Test::testBody()’: | |
ApplicationLib/MockDocumentationTest.cpp:132:6: error: variable ‘value’ set but not used [-Werror=unused-but-set-variable] | |
cc1plus: all warnings being treated as errors | |
make[1]: *** [objs/ApplicationLib/MockDocumentationTest.o] Error 1 | |
make[1]: Leaving directory `/home/patrickgombert/.cpputest/examples' | |
make: *** [examples] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment