On Apr 20, 2017, at 5:05 AM, Pascal Quantin <[email protected]> wrote: > Short answer: it will not as it will create other errors:
But "const char *volatile exp_pdu_filename = NULL" should work - it's not what exp_pdu_filename points to that needs to be made volatile, it's the pointer *itself* that needs to be made volatile. Done in https://code.wireshark.org/review/21248. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
