When building ON with gcc (on x86) there are some warnings in cmd/setfacl.
Mostly implicit int cleanup and gcc thinks parse_entry_list can fall off the end
without returning a value. I added a return 0 but maybe it should be an assert?
The suggested fix compiles but I haven't tested it.
xxxxx@xxxxx.com 2005-05-20 18:11:48 GMT
|