From 6b30618d321c3a9521d9fcb1f01b023cbd4acae4 Mon Sep 17 00:00:00 2001 From: pauldubois Date: Mon, 10 Mar 2008 07:05:58 +0000 Subject: Fix some link errors and a few remaining compile warnings (the ones that aren't bugs) - if static const int foo=VALUE; is in header, don't need to have a definition in a .cc file. The definition goes into every .cc file with "vague linkage" - add sqlite and lua to the sln/vcproj git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3576 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/clua.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/clua.cc') diff --git a/crawl-ref/source/clua.cc b/crawl-ref/source/clua.cc index 70755d6773..de0f492f7d 100644 --- a/crawl-ref/source/clua.cc +++ b/crawl-ref/source/clua.cc @@ -68,8 +68,6 @@ static int clua_guarded_pcall(lua_State *); static int clua_dofile(lua_State *); static int clua_loadfile(lua_State *); -const int CLua::MAX_THROTTLE_SLEEPS; - CLua::CLua(bool managed) : error(), managed_vm(managed), shutting_down(false), throttle_unit_lines(10000), -- cgit v1.2.3-54-g00ecf