[ZoneBuilder] Disable resharper warnings

This commit is contained in:
momo5502 2017-06-04 15:08:50 +02:00
parent 419644dcad
commit 4ef714aa4c
2 changed files with 1 additions and 1 deletions

View File

@ -908,6 +908,7 @@ namespace Components
frames++; frames++;
} }
// ReSharper disable once CppUnreachableCode
return 0; return 0;
} }

View File

@ -68,7 +68,6 @@ namespace Utils
char* buffer; char* buffer;
}; };
size_t currentBuffer; size_t currentBuffer;
Entry stringPool[Buffers]; Entry stringPool[Buffers];
}; };