more warnings fixes

This commit is contained in:
Brad Hefta-Gaub 2015-09-22 21:35:13 -07:00
parent cd9aad4f41
commit 02e1de3ba3
3 changed files with 0 additions and 37 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"