mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-01 17:36:27 +00:00
Silence remaining compiler warnings
Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -25,9 +25,7 @@
|
||||
#include "macros.h"
|
||||
#include "si_prefix.h"
|
||||
|
||||
#define INCLUDE_SCHEMA(x) STRINGIFY(schemas/x.h)
|
||||
#include INCLUDE_SCHEMA(IfcSchema)
|
||||
#undef INCLUDE_SCHEMA
|
||||
#include INCLUDE_SCHEMA(schemas, IfcSchema)
|
||||
|
||||
#define CAT(a, b) a##b
|
||||
#define EXPAND_AND_CAT(a, b) CAT(a, b)
|
||||
|
||||
Reference in New Issue
Block a user