mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
Remove more compilation warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user