mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
CMake: Remove warning suppression for unknown attributes
We should take care of these with macros or other means instead of suppressing them.
This commit is contained in:
parent
5e7e6475c6
commit
7d797b2c32
Notes:
github-actions[bot]
2025-04-15 08:20:00 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/7d797b2c32f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4360
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ endmacro()
|
|||
|
||||
# FIXME: Rework these flags to remove the suspicious ones.
|
||||
if (WIN32)
|
||||
add_compile_options(-Wno-unknown-attributes) # [[no_unique_address]] is broken in MSVC ABI until next ABI break
|
||||
add_compile_options(-Wno-reinterpret-base-class)
|
||||
add_compile_options(-Wno-microsoft-unqualified-friend) # MSVC doesn't support unqualified friends
|
||||
add_compile_definitions(_CRT_SECURE_NO_WARNINGS) # _s replacements not desired (or implemented on any other platform other than VxWorks)
|
||||
|
|
Loading…
Add table
Reference in a new issue