/in/ex5.cpp: In constructor 'bookInventory::bookInventory(int)':
/in/ex5.cpp:15:32: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
for (unsigned int i = 0; i < maxBooks; i++)
~~^~~~~~~~~~
/in/ex5.cpp: In member function 'bool bookInventory::repOK()':
/in/ex5.cpp:29:50: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
for (unsigned int i = 0; static_cast<int>(i) < size; i++)
~~~~~~~~~~~~~~~~~~~~^~~~~~
cc1plus: all warnings being treated as errors
/in/compile/Makefile:26: recipe for target 'ex5.o' failed
make: *** [ex5.o] Error 1