Skip to content

Commit

Permalink
win64 dislikes warnings-as-errors
Browse files Browse the repository at this point in the history
It runs into spurious (?) harmless (?) warnings related
to PTW32_LEVEL and PTW32_LEVEL_MAX not being defined
on windows 64-bit platform.

Change-Id: Ib1d1894100057f7d66a8124558b5b0bc78467c08
Reviewed-on: http://review.northscale.com/2514
Reviewed-by: Steve Yen <steve.yen@gmail.com>
Tested-by: Steve Yen <steve.yen@gmail.com>
  • Loading branch information
steveyen committed Sep 17, 2010
1 parent 4c3efd9 commit 86228fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -8,7 +8,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_DISABLE_STATIC
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_realloc_0_nonnull=yes
PANDORA_CANONICAL_TARGET(less-warnings, warnings-always-on, force-gcc42)
PANDORA_CANONICAL_TARGET(less-warnings, force-gcc42)
PANDORA_REQUIRE_PTHREAD
PANDORA_HAVE_LIBCURL
PANDORA_HAVE_LIBSQLITE3
Expand Down

0 comments on commit 86228fc

Please sign in to comment.