More warning fixes

This commit is contained in:
Dmitry Gnezdilov
2016-08-29 18:39:11 +03:00
parent 1a180e0a09
commit 9c5e66c04c
2 changed files with 5 additions and 117 deletions

8
build
View File

@ -97,10 +97,10 @@ fi
echo
echo All Done.
echo ""
echo "NOTE: To compile programs with wiringBP v2, you need to add:"
echo "NOTE: To compile programs with wiringNP, you need to add:"
echo " -lwiringPi"
echo " to your compile line(s) To use the Gertboard, MaxDetect, etc."
echo " code (the devLib), you need to also add:"
echo " -lwiringPiDev"
# echo " to your compile line(s) To use the Gertboard, MaxDetect, etc."
# echo " code (the devLib), you need to also add:"
# echo " -lwiringPiDev"
echo " to your compile line(s)."
echo ""