diff --git a/wmake/rules/General/CGAL b/wmake/rules/General/CGAL
index 167a420ab6d938a0b176382123424ffc88b35576..ce87bd65a71a694782c6ea95dc203ac1678e014c 100644
--- a/wmake/rules/General/CGAL
+++ b/wmake/rules/General/CGAL
@@ -1,5 +1,4 @@
 CGAL_INC = \
-    -Wno-old-style-cast \
     -I$(CGAL_ARCH_PATH)/include \
     -I$(MPFR_ARCH_PATH)/include \
     -I$(GMP_ARCH_PATH)/include \
diff --git a/wmake/rules/linux64Clang/c++ b/wmake/rules/linux64Clang/c++
index 8b7d486341df3a2a437af4d5f4935a5f5b861810..1a0343b5cfc81819819cf26dd254bf26613998e1 100644
--- a/wmake/rules/linux64Clang/c++
+++ b/wmake/rules/linux64Clang/c++
@@ -4,6 +4,7 @@
 c++WARN     = -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-unused-comparison
 
 
+# Suppress CGAL warnings
 c++CGALWARN = -Wno-c++11-extensions -Wno-sometimes-uninitialized -Wno-mismatched-tags
 
 CC          = clang++ -m64
diff --git a/wmake/rules/linuxClang/c++ b/wmake/rules/linuxClang/c++
index c60b5c79e6f618ba1a9f8eee3507168212450b62..49849377a6214a1e2520318dcea97d2a01263abd 100644
--- a/wmake/rules/linuxClang/c++
+++ b/wmake/rules/linuxClang/c++
@@ -4,6 +4,7 @@
 c++WARN     = -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-unused-comparison
 
 
+# Suppress CGAL warnings
 c++CGALWARN = -Wno-c++11-extensions -Wno-sometimes-uninitialized -Wno-mismatched-tags
 
 CC          = clang++ -m32