You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any idea how to fix the remaining [-Wformat-security] warning in xulrunner-1.9.2/mozilla/widget/src/gtk2/nsFilePicker.cpp? I don't really know if putting a "%s", in front of NS_ConvertUTF16toUTF8 is the correct way to do this here. https://wiki.ubuntu.com/ToolChain/CompilerFlags#A-Wformat_-Wformat-security
/build/buildd/nightingale-deps-20140722/xulrunner-1.9.2/mozilla/widget/src/gtk2/nsFilePicker.cpp: In function 'PRBool confirm_overwrite_file(GtkWidget*, nsILocalFile*)':
/build/buildd/nightingale-deps-20140722/xulrunner-1.9.2/mozilla/widget/src/gtk2/nsFilePicker.cpp:410:71: warning: format not a string literal and no format arguments [-Wformat-security]
NS_ConvertUTF16toUTF8(message).get());
^
The text was updated successfully, but these errors were encountered:
Any idea how to fix the remaining
[-Wformat-security]
warning inxulrunner-1.9.2/mozilla/widget/src/gtk2/nsFilePicker.cpp
? I don't really know if putting a"%s",
in front ofNS_ConvertUTF16toUTF8
is the correct way to do this here.https://wiki.ubuntu.com/ToolChain/CompilerFlags#A-Wformat_-Wformat-security
The text was updated successfully, but these errors were encountered: