luau/Ast
Arseny Kapoulkine a80fc93646
Fix unused variable treatment (#139)
Right now our CMake infra specifies -Wno-unused only for GCC builds, but Makefile specifies it for all builds.
The intent has been to use it just for GCC, so we now do that by detecting the compiler version - this should
equalize the behavior across different types of builds.

Separately, latest version of clang appears to expose an unused variable that clang-10 was okay with, so fix that. (change from upstream)
2021-11-05 12:39:27 -07:00
..
include/Luau Sync to upstream/release/503 (#135) 2021-11-05 08:47:21 -07:00
src Fix unused variable treatment (#139) 2021-11-05 12:39:27 -07:00