﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
295	Suppress VS warnings using pragmas instead of compiler options	Alpar Juttner	Akos Ladanyi	"Currently, the unavoidable VS compiler warning are suppressed by the compiler options declared in the CMAKE config file (in [source:CMakeLists.txt@7e13120d90a2#L20  CMakeLists.txt]).
This is fine to compile LEMON itself, but then the users of LEMON must give these options again explicitly for their own projects. Therefore would be better to do it using `#pragma` directives, e.g. in [source:lemon/bits/windows.h@7e13120d90a2 lemon/bits/windows.h] or in [source:lemon/core.h@7e13120d90a2 lemon/core.h]."	enhancement	closed	major	LEMON 1.2 release	build system	hg main	done			
