mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
AK: Disable -Wunqualified-std-cast-call explicitly in CMake
When importing libraries with swiftc, the pragma to ignore this warning isn't respected. So apply it on the command line.
This commit is contained in:
parent
fa5800ebc5
commit
15f25d56b8
Notes:
github-actions[bot]
2024-08-07 00:29:23 +00:00
Author: https://github.com/ADKaster
Commit: 15f25d56b8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/965
2 changed files with 4 additions and 8 deletions
|
@ -6,15 +6,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Platform.h>
|
||||
|
||||
#if defined(AK_COMPILER_CLANG)
|
||||
# pragma clang diagnostic ignored "-Wunqualified-std-cast-call"
|
||||
#endif
|
||||
|
||||
#include <AK/StdLibExtraDetails.h>
|
||||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/Platform.h>
|
||||
#include <AK/StdLibExtraDetails.h>
|
||||
|
||||
#include <utility>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue