summaryrefslogtreecommitdiff
path: root/frame_tvbuff.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-08-03 03:40:11 -0700
committerGuy Harris <guy@alum.mit.edu>2014-08-03 10:41:19 +0000
commit7df03a7c3ec4c89a3f623d00f828bc66ce120ddc (patch)
tree244d52cd9b9ae73f4e927f3f85574973b97fb09d /frame_tvbuff.h
parent8d51a50a819b293d5bfb95238b9fb11d8789b988 (diff)
downloadwireshark-7df03a7c3ec4c89a3f623d00f828bc66ce120ddc.tar.gz
Get rid of debugging output, and get CMake to produce verbose makefiles.
On the 32-bit OS X buildbot, automake is old enough that autotools builds are verbose, printing the command line for each compile step; if we cause CMake to produce verbose makefiles, they will also print the command line, so we can see what differences there are. This means the other debugging output we added isn't necessary; remove it. Sort the extra warning options in configure.ac based on whether they're for C and C++ or just C, just as is the case in CMake, to make it easier to keep the lists in sync; add comments to configure.ac to mirror the ones in CMakeLists.txt. Get rid of -Wno-deprecated-declarations; the CMake build doesn't use it, and it doesn't appear to be necessary - if we ever have problems with OS X complaining about using OpenSSL, for example, we should do as tcpdump does and wrap uses of the "deprecated"-but-cross-platform APIs in the appropriate pragmas. Change-Id: I0b8b45f00481ac2b67da5c7dd028a029b130dcc4 Reviewed-on: https://code.wireshark.org/review/3377 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'frame_tvbuff.h')
0 files changed, 0 insertions, 0 deletions