Correcting compilation warning by wrapping reliable functionality under RELIABLE_ENABLED macro.
../../src/nox_main.cc: In function ‘int main(int, char**)’:
../../src/nox_main.cc:293:10: warning: variable ‘reliable’ set but not used [-Wunused-but-set-variable]
Issue #15
Correcting compilation warning by wrapping reliable functionality under RELIABLE_ENABLED macro.
../../src/nox_main.cc: In function ‘int main(int, char**)’: ../../src/nox_main.cc:293:10: warning: variable ‘reliable’ set but not used [-Wunused-but-set-variable]