From: Russ Combs (rucombs) Date: Fri, 12 Feb 2016 08:00:02 +0000 (-0500) Subject: Merge pull request #262 in SNORT/snort3 from crc/oh_well to master X-Git-Tag: 3.0.0-233~614 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d74c3a0dac1cbc557301e697110da2e2aed4d19;p=thirdparty%2Fsnort3.git Merge pull request #262 in SNORT/snort3 from crc/oh_well to master Squashed commit of the following: commit 28ee2240f2fde25d07af144d9f013950c176ee7d Author: Russ Combs Date: Thu Feb 11 17:57:10 2016 -0500 document clang link warning about -pthread --- diff --git a/doc/bugs.txt b/doc/bugs.txt index 755f2b500..b922a7c4d 100644 --- a/doc/bugs.txt +++ b/doc/bugs.txt @@ -16,6 +16,11 @@ * openssl is required for cmake builds. +* Building with clang and autotools on Linux will show the following + warning many times. Please ignore. + + clang: warning: argument unused during compilation: '-pthread' + ==== Config