mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
216 stars 67 forks source link

Using bool bitfields #95

Closed blumf closed 4 years ago

blumf commented 4 years ago

These fields are bools, but because they were stored as signed ints, they were producing compiler warnings.

blumf commented 4 years ago

Just going through compiler warnings, and tidying up stuff