1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-09 20:31:03 +00:00
openmw/apps/opencs
elsid feb9cc004c
Fix portability-avoid-pragma-once warnings
components/misc/helpviewer.hpp:1:1: error: avoid 'pragma once' directive; use include guards instead [portability-avoid-pragma-once,-warnings-as-errors]
    1 | #pragma once
      | ^

apps/opencs/view/world/tableheadermouseeventhandler.hpp:1:1: error: avoid 'pragma once' directive; use include guards instead [portability-avoid-pragma-once,-warnings-as-errors]
    1 | #pragma once
      | ^
2025-11-25 21:16:50 +01:00
..
model Resolve merge conflicts from !4938 and !4956 2025-11-02 18:05:38 +00:00
ui
view Fix portability-avoid-pragma-once warnings 2025-11-25 21:16:50 +01:00
CMakeLists.txt Remove small translation units 2025-08-29 00:41:47 +02:00
editor.cpp Resolve a number of Coverity defects 2025-08-06 19:52:09 +02:00
editor.hpp
main.cpp