all repos — fluxbox @ 5b68a7548c861c3687fe9e151c1c0379fb25caae

custom fork of the fluxbox windowmanager

i forgot to remove a silly warning :)
akir akir
commit

5b68a7548c861c3687fe9e151c1c0379fb25caae

parent

7e0bd465e903520490cd2f42a920beef7edf43c0

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M src/FbTk/TextureRender.ccsrc/FbTk/TextureRender.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: TextureRender.cc,v 1.14 2004/10/21 10:03:43 akir Exp $ +// $Id: TextureRender.cc,v 1.15 2004/10/25 22:57:32 akir Exp $ #include "TextureRender.hh"

@@ -45,7 +45,6 @@ // mipspro has no new(nothrow)

#if defined sgi && ! defined GCC #define FB_new_nothrow new #else -#warning yeah, thats the way #define FB_new_nothrow new(std::nothrow) #endif