silverqx / TinyORM

Modern C++ ORM library
https://www.tinyorm.org
MIT License
231 stars 25 forks source link

2022.08.19 remove interface warnings #27

Closed SchaichAlonso closed 1 year ago

SchaichAlonso commented 1 year ago

See #18

silverqx commented 1 year ago

I have other plans for this, want to create some CMake function into which any target can be passed and it will set these warning flags as the private properties on the given target. So they will be private at the end of the day.

I leave this PR open until it will be fixed.

silverqx commented 1 year ago

Fixed in eac8957.