Portability warning for files which will overwrite each other on case insensitive file systems such as FAT32/NTFS.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7833 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6dd816f564
commit
b55bf8f9ca
2 changed files with 3 additions and 0 deletions
|
|
@ -449,6 +449,8 @@ example.i(4): Syntax error in input.
|
|||
<li>514.
|
||||
<li>515.
|
||||
<li>516. Overloaded method <em>declaration</em> ignored. Method <em>declaration</em> at <em>file</em>:<em>line</em> used.
|
||||
<li>517.
|
||||
<li>518. Portability warning: File <em>file1</em> will be overwritten by <em>file2</em> on case insensitive filesystems such as Windows' FAT32 and NTFS unless the class/module name is renamed.
|
||||
</ul>
|
||||
|
||||
<H3><a name="Warnings_nn15"></a>14.8.6 Language module specific (800-899) </H3>
|
||||
|
|
|
|||
|
|
@ -172,6 +172,7 @@
|
|||
#define WARN_LANG_DISCARD_CONST 515
|
||||
#define WARN_LANG_OVERLOAD_IGNORED 516
|
||||
#define WARN_LANG_DIRECTOR_ABSTRACT 517
|
||||
#define WARN_LANG_PORTABILITY_FILENAME 518
|
||||
|
||||
/* -- Reserved (600-799) -- */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue