mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 02:09:52 +00:00
Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
This commit is contained in:
parent
98c43b1540
commit
803a14e00c
1 changed files with 0 additions and 7 deletions
|
@ -15,10 +15,3 @@
|
||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "stdpch.h"
|
#include "stdpch.h"
|
||||||
|
|
||||||
|
|
||||||
// leave not static else this workaround don't work
|
|
||||||
void dummyToAvoidStupidCompilerWarning_std_pch_clientsheet_cpp()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue