Remove more compilation warnings

This commit is contained in:
Léa Saviot
2018-10-12 17:04:11 +02:00
committed by Émilie Feral
parent 81e377d8f2
commit 4582975661
3 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ void StorageFunction::setActive(bool active) {
int StorageFunction::nameWithArgument(char * buffer, size_t bufferSize, char arg) {
const char * functionName = fullName();
int index = 0;
size_t index = 0;
const char ofXSring[4] = {'(',arg,')', 0};
size_t ofXSringLength = strlen(ofXSring);
while (*functionName != Ion::Storage::k_dotChar