<?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 aCC compiler string literal to char* conversion in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-compiler-string-literal-to-char-conversion/m-p/2842859#M721285</link>
    <description>I am moving my C++ library from SUN to HP compiling it with the aCC compiler.&lt;BR /&gt;I get several fatal errors where I have not been strict in mixing char*, const char* and string literals. Obviously the SUN compiler is more forgiving.&lt;BR /&gt;"Implicit conversion of string literal to char* is deprecated".&lt;BR /&gt;I can't find "deprecated" in the manual. Is there any option to make the compiler a little more forgiving on this point?</description>
    <pubDate>Tue, 12 Nov 2002 06:55:00 GMT</pubDate>
    <dc:creator>Leif Halvarsson_2</dc:creator>
    <dc:date>2002-11-12T06:55:00Z</dc:date>
    <item>
      <title>aCC compiler string literal to char* conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-compiler-string-literal-to-char-conversion/m-p/2842859#M721285</link>
      <description>I am moving my C++ library from SUN to HP compiling it with the aCC compiler.&lt;BR /&gt;I get several fatal errors where I have not been strict in mixing char*, const char* and string literals. Obviously the SUN compiler is more forgiving.&lt;BR /&gt;"Implicit conversion of string literal to char* is deprecated".&lt;BR /&gt;I can't find "deprecated" in the manual. Is there any option to make the compiler a little more forgiving on this point?</description>
      <pubDate>Tue, 12 Nov 2002 06:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-compiler-string-literal-to-char-conversion/m-p/2842859#M721285</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-11-12T06:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: aCC compiler string literal to char* conversion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-compiler-string-literal-to-char-conversion/m-p/2842860#M721286</link>
      <description>Since its just a warning you can use the +W option to suppress it.  The warning number is required as an argument, which is 389 eg:&lt;BR /&gt;&lt;BR /&gt;$ aCC +W389 program.C&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 12 Nov 2002 08:58:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-compiler-string-literal-to-char-conversion/m-p/2842860#M721286</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-11-12T08:58:40Z</dc:date>
    </item>
  </channel>
</rss>

