Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/os.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/os.cmake b/cmake/os.cmake
index db0e00618..d051ff86c 100644
--- a/cmake/os.cmake
+++ b/cmake/os.cmake
@@ -26,9 +26,6 @@ endif()
add_definitions(
"-DQT_USE_FAST_CONCATENATION"
"-DQT_USE_FAST_OPERATOR_PLUS"
- # TODO: Uncomment the following definitions when the resulting errors are fixed.
- #"-DQT_NO_CAST_FROM_ASCII"
- #"-DQT_NO_CAST_TO_ASCII"
)
if(WIN32)