https://bugs.freedesktop.org/show_bug.cgi?id=42781

--- Comment #5 from Thomas Arnhold <[email protected]> ---
To review the warning options set in the code use this one-liner to remove all
code based changes to the warning options:

for i in `git grep '#pragma warning' | cut -d ':' -f1 | sort -u`; do sed -i
'/#pragma warning\w*(\w*\(disable\|push\|pop\).*/d' $i; done

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to