1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-29 05:34:33 +00:00
openmw/apps
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
..
benchmarks Merge branch 'fix_benchmark_distribution' into 'master' 2025-11-23 15:00:08 +03:00
bsatool Use proper naming for BSA File and Hash members 2025-09-20 19:21:17 +02:00
bulletobjecttool Fix path handling for files in BSAs 2025-07-03 08:46:23 +02:00
components_tests Use proper type for bhkRagdollTemplate::mBones 2025-11-23 13:21:41 +01:00
esmtool Address conversion warnings in esmtool 2025-09-20 16:16:01 +02:00
essimporter Address conversion warnings in essimporter 2025-09-20 16:20:47 +02:00
launcher Address conversion warning in the launcher 2025-09-20 16:22:18 +02:00
mwiniimporter Resolve a number of Coverity defects 2025-08-06 19:52:09 +02:00
navmeshtool Fix loads of warnings 2025-07-24 00:20:05 +01:00
niftest Use pathhelpers to populate Collections 2025-09-01 17:57:44 +02:00
opencs Fix portability-avoid-pragma-once warnings 2025-11-25 21:16:50 +01:00
opencs_tests Use temporary directory for tests output 2025-03-23 23:33:40 +01:00
openmw Enforced local scripts can only modify self. 2025-11-24 23:45:53 +03:00
openmw_tests Merge branch 'keywordsoup' into 'master' 2025-11-10 21:20:09 +00:00
wizard Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
doc.hpp