/*!
	@file scolGNUC.h
	@brief GCC compiler specific options
*/

// LICENCE

#ifndef __SCOL_GNU_C_H__
#define __SCOL_GNU_C_H__

// Nothing to do, i love gcc ;)

#endif

