Skip to content

tests: Remove spurious gtk_container_add()

Emmanuele Bassi requested to merge testgtk-warning into master

Commit bd71e744 removed gtk_box_pack_end(), but it added a gtk_container_add() with an uninitialised widget, and the compiler is very unhappy about it.

Merge request reports