This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/47143] warning about const multidimensional array as function parameter
- From: "rogi at linuxmail dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 1 Jan 2011 13:02:10 +0000
- Subject: [Bug c/47143] warning about const multidimensional array as function parameter
- Auto-submitted: auto-generated
- References: <bug-47143-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47143
Igor <rogi at linuxmail dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
--- Comment #2 from Igor <rogi at linuxmail dot org> 2011-01-01 13:02:09 UTC ---
And is it possible to write function definitions that avoid this while
maintaining my precious a[i][j] accesibility inside functions?