1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle/kernel
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors
Makes our error coverage a little more consistent across the board by
applying it to Linux side of things as well. This also makes it more
consistent with the warning settings in other libraries in the project.

This also updates httplib to 0.7.9, as there are several warning
cleanups made that allow us to enable several warnings as errors.
2020-10-13 13:16:49 -04:00
..
memory Merge pull request #4492 from lioncash/linkage 2020-08-15 02:11:49 -04:00
address_arbiter.cpp address_arbiter: Resolve sign conversion warning 2020-08-05 15:07:19 -04:00
address_arbiter.h
client_port.cpp
client_port.h
client_session.cpp kernel: Remove all dependencies on the global system instance 2020-09-14 14:03:13 -04:00
client_session.h kernel: Remove all dependencies on the global system instance 2020-09-14 14:03:13 -04:00
code_set.cpp
code_set.h
errors.h
handle_table.cpp core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
handle_table.h kernel/handle_table: Remove usages of the global system instance 2020-07-15 13:40:15 -04:00
hle_ipc.cpp General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
hle_ipc.h ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 2020-08-03 07:28:54 -04:00
kernel.cpp hle/kernel: Fix data race in GetCurrentHostThreadID 2020-08-26 02:52:50 +00:00
kernel.h kernel: Add missing include 2020-07-16 13:51:51 -04:00
mutex.cpp
mutex.h
object.cpp
object.h
physical_core.cpp
physical_core.h
physical_memory.h
process.cpp kernel/handle_table: Remove usages of the global system instance 2020-07-15 13:40:15 -04:00
process.h kernel/process: Move name and system context to the bottom of the member list 2020-07-15 13:40:18 -04:00
process_capability.cpp
process_capability.h
readable_event.cpp
readable_event.h
resource_limit.cpp
resource_limit.h
scheduler.cpp core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
scheduler.h Merge pull request #4323 from ReinUsesLisp/no-spin 2020-09-11 23:23:53 -07:00
server_port.cpp
server_port.h
server_session.cpp kernel: Remove all dependencies on the global system instance 2020-09-14 14:03:13 -04:00
server_session.h kernel: Remove all dependencies on the global system instance 2020-09-14 14:03:13 -04:00
session.cpp
session.h
shared_memory.cpp
shared_memory.h
svc.cpp kernel: Remove all dependencies on the global system instance 2020-09-14 14:03:13 -04:00
svc.h
svc_types.h
svc_wrap.h
synchronization.cpp kernel: Remove unused variables 2020-07-16 14:17:50 -04:00
synchronization.h
synchronization_object.cpp
synchronization_object.h
thread.cpp cpu_manager: Mark function getters as static 2020-07-16 13:30:56 -04:00
thread.h kernel/thread: Remove unimplemented function prototype 2020-07-16 14:32:46 -04:00
time_manager.cpp core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
time_manager.h
transfer_memory.cpp
transfer_memory.h
writable_event.cpp
writable_event.h