Skip to content

Instantly share code, notes, and snippets.

@patrickgombert
Created January 6, 2012 20:34
Show Gist options
  • Save patrickgombert/1572284 to your computer and use it in GitHub Desktop.
Save patrickgombert/1572284 to your computer and use it in GitHub Desktop.
CppUTest Install Error
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