Fixed various void-safety issue with recent compilers.

Note that EWF does now require EiffelStudio 7.2, and is compiling with 7.3
This commit is contained in:
2013-06-07 15:40:50 +02:00
parent 95f14c501c
commit fbbd1f1eee
79 changed files with 177 additions and 8694 deletions

View File

@@ -11,7 +11,7 @@
</option>
<library name="base" location="$ISE_LIBRARY/library/base/base.ecf"/>
<library name="curl" location="$ISE_LIBRARY\library\cURL\cURL.ecf" readonly="false"/>
<library name="uri" location="../../../../contrib/ise_library/text/uri/uri.ecf" readonly="false"/>
<library name="uri" location="$ISE_LIBRARY\library\text\uri\uri.ecf" readonly="false"/>
<library name="xml_parser" location="$ISE_LIBRARY\library\text\parser\xml\parser\xml_parser.ecf"/>
<library name="xml_tree" location="$ISE_LIBRARY\library\text\parser\xml\tree\xml_tree.ecf" readonly="false"/>
<library name="http_client" location="../../../network/http_client/http_client.ecf"/>