1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-07 21:17:07 +09:00
ladybird/Libraries/LibThreading
Daniel Bertalan a2167f126d Everywhere: Fix trivial -Wunnecessary-virtual-specifier instances
- `Threading::Thread` is not polymorphic, there is no need for a virtual
  destructor.
- `HTMLAnchorElement::has_download_preference` isn't overridden by
  anything.

This warning was introduced in llvm/llvm-project#131188.
2025-05-12 11:40:45 -06:00
..
BackgroundAction.cpp
BackgroundAction.h LibThreading: Pass ownership of a BackgroundAction result to its caller 2025-02-10 16:05:43 +00:00
CMakeLists.txt ImageDecoder: Port to Windows 2025-02-14 09:38:59 -07:00
ConditionVariable.h
Forward.h
Mutex.h LibThreading: Clean up pthread mutex attributes and mutex itself 2025-02-20 15:04:50 -07:00
MutexProtected.h
RWLock.h
RWLockProtected.h
Thread.cpp
Thread.h Everywhere: Fix trivial -Wunnecessary-virtual-specifier instances 2025-05-12 11:40:45 -06:00
WorkerThread.h