<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Unnecessary warning message. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Unnecessary-warning-message/m-p/984236#M26774</link>
    <description>Can somebody explain to me why the following piece of code should generate a warning message (pasted after the code)   &lt;BR /&gt;   &lt;BR /&gt;   &lt;BR /&gt;SUBROUTINE pointingTo_MeshBounds(index_ies)   &lt;BR /&gt;INTEGER(I4B), INTENT(IN) :: index_ies   &lt;BR /&gt;sideglobalseg=&amp;gt;sideglobalsegsave(:,index_ies)   &lt;BR /&gt;sideglobalspan=&amp;gt;sideglobalspansave(:,index_ies)   &lt;BR /&gt;sideglobalpcurve=&amp;gt;sideglobalpcurvesave(:,index_ies)   &lt;BR /&gt;sideglobalzetst=&amp;gt;sideglobalzetstsave(:,index_ies)   &lt;BR /&gt;sideglobalzetfi=&amp;gt;sideglobalzetfisave(:,index_ies)   &lt;BR /&gt;END SUBROUTINE   &lt;BR /&gt;   &lt;BR /&gt;   &lt;BR /&gt;D:WorkV60MESHMeshData.F90(1794) : Warning: This variable has not been used.   [INDEX_IES]   &lt;BR /&gt;SUBROUTINE pointingTo_MeshBounds(index_ies)   &lt;BR /&gt;---------------------------------^   &lt;BR /&gt;   &lt;BR /&gt;It seems to me that if you pass a variable to a subroutine and use it as a dimension parameter of an array, the compiler will not conside it as a valid usage of that variable!!!! It is very odd.   &lt;BR /&gt;   &lt;BR /&gt;Ali Asi   &lt;BR /&gt;asi@enginia.com</description>
    <pubDate>Wed, 20 Feb 2002 09:39:45 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2002-02-20T09:39:45Z</dc:date>
    <item>
      <title>Unnecessary warning message.</title>
      <link>https://community.intel.com/t5/Software-Archive/Unnecessary-warning-message/m-p/984236#M26774</link>
      <description>Can somebody explain to me why the following piece of code should generate a warning message (pasted after the code)   &lt;BR /&gt;   &lt;BR /&gt;   &lt;BR /&gt;SUBROUTINE pointingTo_MeshBounds(index_ies)   &lt;BR /&gt;INTEGER(I4B), INTENT(IN) :: index_ies   &lt;BR /&gt;sideglobalseg=&amp;gt;sideglobalsegsave(:,index_ies)   &lt;BR /&gt;sideglobalspan=&amp;gt;sideglobalspansave(:,index_ies)   &lt;BR /&gt;sideglobalpcurve=&amp;gt;sideglobalpcurvesave(:,index_ies)   &lt;BR /&gt;sideglobalzetst=&amp;gt;sideglobalzetstsave(:,index_ies)   &lt;BR /&gt;sideglobalzetfi=&amp;gt;sideglobalzetfisave(:,index_ies)   &lt;BR /&gt;END SUBROUTINE   &lt;BR /&gt;   &lt;BR /&gt;   &lt;BR /&gt;D:WorkV60MESHMeshData.F90(1794) : Warning: This variable has not been used.   [INDEX_IES]   &lt;BR /&gt;SUBROUTINE pointingTo_MeshBounds(index_ies)   &lt;BR /&gt;---------------------------------^   &lt;BR /&gt;   &lt;BR /&gt;It seems to me that if you pass a variable to a subroutine and use it as a dimension parameter of an array, the compiler will not conside it as a valid usage of that variable!!!! It is very odd.   &lt;BR /&gt;   &lt;BR /&gt;Ali Asi   &lt;BR /&gt;asi@enginia.com</description>
      <pubDate>Wed, 20 Feb 2002 09:39:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unnecessary-warning-message/m-p/984236#M26774</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-02-20T09:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary warning message.</title>
      <link>https://community.intel.com/t5/Software-Archive/Unnecessary-warning-message/m-p/984237#M26775</link>
      <description>I'm pretty sure this was fixed in a version more recent than the 6.1A you're using.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 20 Feb 2002 12:41:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unnecessary-warning-message/m-p/984237#M26775</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-02-20T12:41:42Z</dc:date>
    </item>
  </channel>
</rss>

