Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
This commit is contained in:
parent
c3872b8ea9
commit
47cd5e8c23
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/>.
|
||||
|
||||
#include "stdpch.h"
|
||||
|
||||
|
||||
// leave not static else this workaround don't work
|
||||
void dummyToAvoidStupidCompilerWarning_std_pch_clientsheet_cpp()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue