Changeset 40551 for trunk/psLib/src/sys/psString.c
- Timestamp:
- Oct 20, 2018, 9:08:56 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.c
r31152 r40551 496 496 } 497 497 498 // several snprintf statements below my truncate their output 499 // gcc (since 8.1) warns if the output may be truncated. 500 // the following NOOP function is used to fool the compiler 501 // see ps_snprintf_nowarn in psString.h 502 void psNOOP (void) { }
Note:
See TracChangeset
for help on using the changeset viewer.
