Wireshark-commits: [Wireshark-commits] master 459bd46: Don't have CLEAN_FILES variables for the "cl
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=459bd4646d15c56b14f9f10d86c6f5d342174c98
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
459bd46 by Guy Harris (guy@xxxxxxxxxxxx):
Don't have CLEAN_FILES variables for the "clean" source files.
Except for the one directory that (currently) has "not yet clean" files,
epan/dissectors, we don't need a separate variable to keep track of the
"clean" source files.
In the cases where not all files were in CLEAN_FILES, put them into the
variable used to enable -Werror or its equivalent.
Change-Id: Ic4119861c1d9e381adfe31e9977e1ac71d623f5b
Reviewed-on: https://code.wireshark.org/review/25830
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 5f0d506 Use -Werror except for explicitly listed dirty dissectors.
adds 459bd46 Don't have CLEAN_FILES variables for the "clean" source files.
Summary of changes:
capchild/CMakeLists.txt | 6 +-----
caputils/CMakeLists.txt | 6 +-----
plugins/epan/ethercat/CMakeLists.txt | 6 +-----
plugins/epan/gryphon/CMakeLists.txt | 6 +-----
plugins/epan/irda/CMakeLists.txt | 6 +-----
plugins/epan/mate/CMakeLists.txt | 12 +-----------
plugins/epan/opcua/CMakeLists.txt | 6 +-----
plugins/epan/pluginifdemo/CMakeLists.txt | 12 +++---------
plugins/epan/profinet/CMakeLists.txt | 6 +-----
plugins/epan/stats_tree/CMakeLists.txt | 8 ++------
plugins/epan/transum/CMakeLists.txt | 6 +-----
plugins/epan/unistim/CMakeLists.txt | 6 +-----
plugins/epan/wimax/CMakeLists.txt | 6 +-----
plugins/epan/wimaxasncp/CMakeLists.txt | 11 +++--------
plugins/epan/wimaxmacphy/CMakeLists.txt | 6 +-----
plugins/wiretap/usbdump/CMakeLists.txt | 6 +-----
randpkt_core/CMakeLists.txt | 6 +-----
tools/lemon/CMakeLists.txt | 6 +-----
ui/CMakeLists.txt | 27 ++++++++++-----------------
ui/gtk/CMakeLists.txt | 27 +++++++++++++--------------
writecap/CMakeLists.txt | 6 +-----
wsutil/CMakeLists.txt | 6 +-----
22 files changed, 48 insertions(+), 145 deletions(-)