TTimo / GtkRadiant

The open source, cross platform level editor for idtech games
http://icculus.org/gtkradiant/
Other
582 stars 152 forks source link

Fix missing sentinel warning 2 #524

Closed Pan7 closed 6 years ago

Pan7 commented 6 years ago

contrib/camera/dialogs.cpp:1205:104: warning: missing sentinel in function call [-Wsentinel] column = gtk_tree_view_column_new_with_attributes( "events", renderer, "text", EVENT_TEXT_COLUMN, NULL ); contrib/prtview/LoadPortalFileDialog.cpp:40:100: warning: missing sentinel in function call [-Wsentinel] file_sel = gtk_file_chooser_dialognew( ( "Locate portal (.prt) file" ), NULL, action, NULL, NULL );

See https://github.com/TTimo/GtkRadiant/issues/467