mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
Update teakra (fixes #1441)
This commit is contained in:
@ -58,6 +58,7 @@ else()
|
||||
-pedantic
|
||||
-pedantic-errors
|
||||
-Wfatal-errors
|
||||
-Wno-error=maybe-uninitialized
|
||||
-Wno-missing-braces
|
||||
-Wno-unused-parameter)
|
||||
|
||||
|
6999
src/teakra/externals/catch/catch.hpp
vendored
6999
src/teakra/externals/catch/catch.hpp
vendored
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include <utility>
|
||||
#include <atomic>
|
||||
#include <stdexcept>
|
||||
#include <tuple>
|
||||
|
Reference in New Issue
Block a user