Index: branches/eam_branches/relphot.20210521/src/GridOps.c
===================================================================
--- branches/eam_branches/relphot.20210521/src/GridOps.c	(revision 41615)
+++ branches/eam_branches/relphot.20210521/src/GridOps.c	(revision 41620)
@@ -29,5 +29,5 @@
 # define NY_BIN 2
 
-void initGridBins () {
+void initGridBins (void) {
 
   // allocate the full possible range of GridCorrectionType pointers, Nphotcode
@@ -116,5 +116,5 @@
 /* for GPC1, we have 60 chips, 5 filters, 16x16 grid cells = 2MB of memory for this stuff
    if we go to 64x64 grid cells (~75 pixels), then it is still only 29MB */
-void initGrid () {
+void initGrid (void) {
 
   if (!GRID_ZEROPT) return;
