Network Filesharing: Fix compile warnings and trivial improvements
ClosedPublic

Authored by alex on Apr 22 2020, 5:43 PM.

Details

Summary

Fix compile warnings:
warning: zero as null pointer constant
warning: variable ‘result’ set but not used

Additionally some improved overloads and formatting which does not
deserve a sepearte patch ;-).

Test Plan

Compiles

Diff Detail

Repository
R432 File Sharing (Samba) integration
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
alex requested review of this revision.Apr 22 2020, 5:43 PM
alex created this revision.
alex updated this revision to Diff 80921.Apr 22 2020, 5:44 PM

Remove semicolons after Q_UNUSED

ngraham accepted this revision.Apr 22 2020, 6:35 PM
This revision is now accepted and ready to land.Apr 22 2020, 6:35 PM
This revision was automatically updated to reflect the committed changes.