URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3057e309dfe260f0902a88e9049dad1b8f194538
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3057e30 by Michał Orynicz (michal.orynicz@xxxxxxxxx):
Change how WERROR and WERR_UNKNOWN is turned off
Use setting WERROR and WERR_UNKNOWN explicitly to
FALSE instead using unset command. This ensures that
no if(WERROR) or if(WERR_UNKNOWN) clause will trigger
unless these variables are set to another value.
Change-Id: I752d7691c9c101b07c6ee85db83d96d9190bccd7
Reviewed-on: https://code.wireshark.org/review/1001
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 8d9c45d Update some Kafka API constants per lastest spec
adds 3057e30 Change how WERROR and WERR_UNKNOWN is turned off
Summary of changes:
CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)