mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0033379: Coding - Processing Clang-15 warnings
Fixed warning generated by Clang++-15
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
|
||||
#ifdef MacOS
|
||||
#define strcasecmp(p,q) strcmp(p,q)
|
||||
#elseif _WIN32
|
||||
#elif _WIN32
|
||||
#define strcasecmp strcmp
|
||||
#elseif AIX
|
||||
#elif AIX
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user