CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /Users/jenkins/w/cci_PR-3785/7/839097bb-1b4e-4b7b-bf74-9d0d59977ff5/recipes/libmikmod/all/test_package/test_package.c:12:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (err = MikMod_Init("")) { ~~~~^~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3785/7/839097bb-1b4e-4b7b-bf74-9d0d59977ff5/recipes/libmikmod/all/test_package/test_package.c:12:13: note: place parentheses around the assignment to silence this warning if (err = MikMod_Init("")) { ^ ( ) /Users/jenkins/w/cci_PR-3785/7/839097bb-1b4e-4b7b-bf74-9d0d59977ff5/recipes/libmikmod/all/test_package/test_package.c:12:13: note: use '==' to turn this assignment into an equality comparison if (err = MikMod_Init("")) { ^ == 1 warning generated.