Fixed Windows Build.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-04-09 18:04:28 +02:00
parent fe01886114
commit d720b9116f
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 2 additions and 0 deletions

View File

@ -42,7 +42,9 @@ TEST_CASE("Use case insensitive const string in switch case", "[Utilities]") {
}
}
#ifndef WINDOWS
__attribute__((optnone))
#endif
static Arbutils::CaseInsensitiveConstString TestCreateConstString(){
char originalVal [7];
originalVal[0] = 'f';