Skip to content

Commit

Permalink
smokeview source: fix gnu compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gforney committed Nov 9, 2024
1 parent 4174c9c commit c2dfcd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Source/smokeview/drawGeometry.c
Original file line number Diff line number Diff line change
Expand Up @@ -5042,7 +5042,6 @@ void DrawBlockages(int mode, int trans_flag){
#ifdef pp_OBST_DEBUG
case 2:
case 3:
void DrawObstsDebug(void);
DrawObstsDebug();
break;
#endif
Expand Down
1 change: 1 addition & 0 deletions Source/smokeview/smokeheaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ EXTERNCPP void GeneratePartHistograms(void);
FILE_SIZE LoadAllMSlicesMT(int last_slice, multislicedata *mslicei, int *fcount);

EXTERNCPP void DrawObstBoundingBox(void);
EXTERNCPP void DrawObstDebug(void);
EXTERNCPP void DrawGeomBoundingBox(float *boundingbox_color);
EXTERNCPP void ClassifyGeom(geomdata *geomi, int *geom_frame_index);

Expand Down

0 comments on commit c2dfcd2

Please sign in to comment.