tests/wxGlade/HMIFrame@wxglade_hmi/pyfile.xml
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Mon, 18 Apr 2016 18:59:11 +0300
changeset 1479 8f41aa88aa46
parent 1462 9ee3a2dea7e8
permissions -rw-r--r--
fix many compilation warnings about static variables used by non-static functions

[CC] plc_main.c -> plc_main.o
/tmp/be/build/plc_main.c:396:40: warning: ?LogBuff? is static but used in inline function ?copy_from_log? which is not static
memcpy((char*)buf + remaining, LogBuff[level], size - remaining);
^
/tmp/be/build/plc_main.c:395:22: warning: ?LogBuff? is static but used in inline function ?copy_from_log? which is not static
memcpy(buf, &LogBuff[level][buffpos], remaining);
^
...

^
/tmp/be/build/plc_debugger.c:825:20: warning: ?retain_offset? is static but used in inline function ?BufferIterator? which is not static
Retain(retain_offset, size, real_value_p);
^
/tmp/be/build/plc_debugger.c:823:47: warning: ?retain_offset? is static but used in inline function ?BufferIterator? which is not static
unsigned int next_retain_offset = retain_offset + size;
^
^
1462
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
     2
<PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
     3
  <variables/>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
     4
  <globals>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
     5
    <xhtml:p><![CDATA[]]></xhtml:p>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
     6
  </globals>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
     7
  <init>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
     8
    <xhtml:p><![CDATA[]]></xhtml:p>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
     9
  </init>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
    10
  <cleanup>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
    11
    <xhtml:p><![CDATA[]]></xhtml:p>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
    12
  </cleanup>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
    13
  <start>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
    14
    <xhtml:p><![CDATA[]]></xhtml:p>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
    15
  </start>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
    16
  <stop>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
    17
    <xhtml:p><![CDATA[]]></xhtml:p>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
    18
  </stop>
9ee3a2dea7e8 Extended wxHMI test
Edouard Tisserant
parents:
diff changeset
    19
</PyFile>