[ros-diffs] [mf] 16155: Stefan Huehner <stefan@huehner.org>:

mf at svn.reactos.com mf at svn.reactos.com
Mon Jun 20 18:52:08 CEST 2005


Stefan Huehner <stefan at huehner.org>:
Remove some -Wstrict-prototypes warnings.
Modified: trunk/reactos/subsys/system/winefile/winefile.c
  _____  

Modified: trunk/reactos/subsys/system/winefile/winefile.c
--- trunk/reactos/subsys/system/winefile/winefile.c	2005-06-20
16:32:42 UTC (rev 16154)
+++ trunk/reactos/subsys/system/winefile/winefile.c	2005-06-20
16:52:02 UTC (rev 16155)
@@ -204,7 +204,7 @@

 static void read_directory(Entry* dir, LPCTSTR path, SORT_ORDER
sortOrder, HWND hwnd);
 static void set_curdir(ChildWnd* child, Entry* entry, int idx, HWND
hwnd);
 static void refresh_child(ChildWnd* child);
-static void refresh_drives();
+static void refresh_drives(void);
 static void get_path(Entry* dir, PTSTR path);
 static void format_date(const FILETIME* ft, TCHAR* buffer, int
visible_cols);
 
@@ -279,7 +279,7 @@
 
 
 /* allocate and initialise a directory entry */
-static Entry* alloc_entry()
+static Entry* alloc_entry(void)
 {
 	Entry* entry = (Entry*) malloc(sizeof(Entry));
 
@@ -4053,7 +4053,7 @@
 static IContextMenu3* s_pctxmenu3 = NULL;
 #endif
 
-static void CtxMenu_reset()
+static void CtxMenu_reset(void)
 {
 	s_pctxmenu2 = NULL;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050620/7f124c80/attachment.html


More information about the Ros-diffs mailing list