aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-08-13 14:18:16 +0200
committerJörg Mayer <jmayer@loplof.de>2014-08-13 12:19:29 +0000
commit633f1562ad2d8270c2710d1c6611362b3a516615 (patch)
tree04abac4d541280800d308daa4789a489c075284a /NEWS
parentea8738306e026c06acfe1ce8840bda2d4f9b3f8a (diff)
Fix warning when compiling with -O3:
/home/jmayer/work/wireshark/git/epan/dissectors/packet-ipp.c: In function ‘dissect_ipp’: /home/jmayer/work/wireshark/git/epan/dissectors/packet-ipp.c:583:78: error: ‘name_val’ may be used uninitialized in this function [-Werror=maybe-uninitialized] if ((name_length > 5) && name_val && !strcmp(name_val+name_length-5, "-time")) { ^ /home/jmayer/work/wireshark/git/epan/dissectors/packet-ipp.c:557:11: note: ‘name_val’ was declared here char *name_val; ^ Change-Id: I5e49596010572b285e4ca8f210cdcf49d56bfc10 Reviewed-on: https://code.wireshark.org/review/3572 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6f6f83e07d..8c8b357e57 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+
Wireshark 1.99.0 Release Notes
This is an experimental release intended to test new features for the
@@ -192,7 +193,7 @@ Frequently Asked Questions
A complete FAQ is available on the [22]Wireshark web site.
__________________________________________________________________
- Last updated 2014-08-04 18:58:48 EDT
+ Last updated 2014-08-05 22:12:55 CEST
References