A simple .ini file interface.

Dependents:   Smart-WiFly-WebServer SignalGenerator WattEye X10Svr

Revision:
3:64fcaf06b012
Parent:
2:c63a794c1fee
Child:
4:70042853d43b
--- a/IniManager.cpp	Thu Sep 05 22:50:39 2013 +0000
+++ b/IniManager.cpp	Fri Jan 03 19:08:12 2014 +0000
@@ -108,7 +108,7 @@
         FILE * repair = fopen(newFile, "rt");
         if (repair) {
             int i;
-
+            i = i;    // suppress warning about i not used when !DEBUG
             // helps recover if the system crashed before it could swap in the new file
             INFO("*** repairing\r\n");
             fclose(repair);