mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed build.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#if defined(__clang__)
|
||||
# pragma clang diagnostic ignored "-Wunused-function"
|
||||
#if defined(_MSC_VER)
|
||||
#elif defined(_MSC_VER)
|
||||
# pragma warning(disable:4505) // error C4505: '_wreaddir': unreferenced local function has been removed
|
||||
#else
|
||||
# pragma GCC diagnostic ignored "-Wunused-function"
|
||||
|
||||
Reference in New Issue
Block a user