Fix GCC array bounds warning when accessing g_usrvars
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6258 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
667a2c8cae
commit
c6fdb4436d
5 changed files with 18 additions and 8 deletions
|
@ -121,7 +121,7 @@ public:
|
|||
void FreeResource(BYTE* pbResource);
|
||||
|
||||
// The section name must be in ASCII.
|
||||
bool AddExtraVirtualSize2PESection(const char* pszSectionName, int addsize);
|
||||
bool SetPESectionVirtualSize(const char* pszSectionName, DWORD newsize);
|
||||
DWORD Save(BYTE* pbBuf, DWORD &dwSize);
|
||||
|
||||
// utitlity functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue