View Single Post
mahnsawce
Senior Member
Join Date: Apr 2004
Location: internet
Old 09-14-2004 , 16:14  
Reply With Quote #5

The simplest fix for "loose indentation" warnings is to add this line right before your first #include:

Code:
#pragma tabsize 0
Technically this doesn't fix the problem, it just tells the compiler to shut up about that specific warning. But, the warning is absolutely retarded to begin with, so it's not like it matters =/
mahnsawce is offline