mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
more warnings fixes
This commit is contained in:
parent
cd9aad4f41
commit
02e1de3ba3
3 changed files with 0 additions and 37 deletions
|
@ -1,12 +0,0 @@
|
|||
//
|
||||
// Created by Bradley Austin Davis on 2015/08/06.
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
// FIXME - I don't think we need to actually include this in a CPP, all callers will simply
|
||||
// use the header file and the result will be the code will be expanded inline.
|
||||
// however, including it in a CPP file produces a linker warning on windows.
|
||||
//#include "GLEscrow.h"
|
|
@ -1,12 +0,0 @@
|
|||
//
|
||||
// Created by Bradley Austin Davis
|
||||
// Copyright 2013 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
// FIXME - I don't think we need to actually include this in a CPP, all callers will simply
|
||||
// use the header file and the result will be the code will be expanded inline.
|
||||
// however, including it in a CPP file produces a linker warning on windows.
|
||||
//#include "MatrixStack.h"
|
|
@ -1,13 +0,0 @@
|
|||
//
|
||||
// Created by Bradley Austin Davis on 2015/09/10
|
||||
// Copyright 2013-2015 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
// FIXME - I don't think we need to actually include this in a CPP, all callers will simply
|
||||
// use the header file and the result will be the code will be expanded inline.
|
||||
// however, including it in a CPP file produces a linker warning on windows.
|
||||
//#include "ReadWriteLockable.h"
|
||||
|
Loading…
Reference in a new issue