ashkulz / NppFTP

Plugin for Notepad++ allowing FTP, FTPS, FTPES and SFTP communications
https://ashkulz.github.io/NppFTP/
322 stars 93 forks source link

focal docker image for compiler warnings #267

Closed chcg closed 4 years ago

chcg commented 4 years ago

used https://github.com/tianon/docker-brew-ubuntu-core/blob/7f7bea7f1fb44b7394681f5a0dabb7acab96f875/eoan/Dockerfile

ashkulz commented 4 years ago

Not sure we need this, #261 already reported those exact warnings. It's much safer to stay with a stable Debian or Ubuntu release, instead of eoan (supported for 6 months).

chcg commented 4 years ago

@ashkulz This is not meant to update to a new ubuntu version, but just a check which compiler warnings arise the newest g++ and should go on in a fix for them.

chcg commented 4 years ago

See https://developers.redhat.com/blog/2018/05/24/detecting-string-truncation-with-gcc-8/ about the compiler issues seen with newer gcc versions.