From 13d2ba3af71a4110dbe24772555cdc3d341425a8 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Fri, 27 Jul 2012 21:56:35 -0800 Subject: - can compile on MacOSX (tested on Lion)... no regression testing done on Mac - ptxplus ... edits to eliminate some warnings with older gcc about printfs without string literal - eliminate warning about map (just too annoying while testing on Mac) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13560] --- src/tr1_hash_map.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tr1_hash_map.h') diff --git a/src/tr1_hash_map.h b/src/tr1_hash_map.h index a2d3334..8c7513e 100644 --- a/src/tr1_hash_map.h +++ b/src/tr1_hash_map.h @@ -47,8 +47,4 @@ #define tr1_hash_map_ismap 1 #endif - #if tr1_hash_map_ismap == 1 - #warning "Pre-C++11 GCC version detected. Downgrading all use of to . Please upgrade to GCC 4.3 or later for faster simulation." - #endif - #endif -- cgit v1.3