Changeset 37602 for main


Ignore:
Timestamp:
2023-04-04T19:33:51+12:00 (13 months ago)
Author:
anupama
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-devel.sh

    r37600 r37602  
    1313# Ever since around MacOS version Monterey, warnings about functions not pre-declared with extern
    1414# are turned into errors instead when compiling. We want them behaving like warnings again.
    15 # To do so, set we set -Wno-error=implicit-function-declaration
     15# To do so, we set -Wno-error=implicit-function-declaration
    1616if test "$GSDLOS" = "darwin"; then
    1717    if test "x$CFLAGS" = "x" ; then
Note: See TracChangeset for help on using the changeset viewer.