Snippets for texmacs 2.1.5 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/msngrvypjp8h767i2mr7wz16xjab6hpi-texmacs-2.1.5.drv.
-
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Data/Tree/tree_cursor.cpp:237:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 237 | } | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Kernel/Types/string.cpp:290:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 290 | sprintf (buf, "%i", i); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Kernel/Types/string.cpp:302:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 302 | sprintf (buf, "%u", i); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Kernel/Types/string.cpp:314:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 314 | sprintf (buf, "%li", i); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Kernel/Types/string.cpp:333:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 333 | sprintf (buf, "%lli", i); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Kernel/Types/string.cpp:346:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 346 | sprintf (buf, "%lu", i); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Kernel/Types/string.cpp:358:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 358 | sprintf (buf, "%g", x); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:26:2: warning: "security issue: snprintf not available, potential buffer overflows" [-W#warnings] 26 | #warning "security issue: snprintf not available, potential buffer overflows" | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:300:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 300 | int n = sprintf (_buf, "%c", c); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:312:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 312 | int n = sprintf (_buf, "%hd", sh); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:324:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 324 | int n = sprintf (_buf, "%hu", ush); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:336:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 336 | int n = sprintf (_buf, "%d", i); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:348:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 348 | int n = sprintf (_buf, "%u", ui); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:360:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 360 | int n = sprintf (_buf, "%ld", l); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:372:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 372 | int n = sprintf (_buf, "%lu", ul); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:384:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 384 | int n = sprintf (_buf, "%lld", ll); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:396:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 396 | int n = sprintf (_buf, "%llu", ull); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:408:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 408 | int n = sprintf (_buf, "%g", f); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:420:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 420 | int n = sprintf (_buf, "%g", d); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Files/tm_ostream.cpp:432:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 432 | int n = sprintf (_buf, "%Lg", ld); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/System/Misc/server_log.hpp:58:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 58 | } | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/ANSIFontWriter.cpp:357:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 357 | SAFE_SPRINTF_1(formattingBuffer,17,"<%02x> <",inEncodedCharacter); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/ANSIFontWriter.cpp:381:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 381 | SAFE_SPRINTF_2(formattingBuffer,17,"%04x%04x", | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/ANSIFontWriter.cpp:388:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 388 | SAFE_SPRINTF_1(formattingBuffer,17,"%04x",utf16Result.second.front()); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/AbstractContentContext.cpp:1225:6: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1225 | SAFE_SPRINTF_2(formattingBuffer,5,"%02x%02x",((*itEncoded)>>8) & 0x00ff,(*itEncoded) & 0x00ff); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/CIDFontWriter.cpp:236:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 236 | SAFE_SPRINTF_1(formattingBuffer,17,"<%04x> <",inEncodedCharacter); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/CIDFontWriter.cpp:259:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 259 | SAFE_SPRINTF_2(formattingBuffer,17,"%04x%04x", | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/CIDFontWriter.cpp:266:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 266 | SAFE_SPRINTF_1(formattingBuffer,17,"%04x",utf16Result.second.front()); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/CharStringType2Tracer.cpp:183:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 183 | SAFE_SPRINTF_1(buffer,3,"%X",inProgramCounter[i]); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/Log.cpp:140:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 140 | SAFE_SPRINTF_6(buffer,26,"[ %02d/%02d/%04d %02d:%02d:%02d ] ",structuredLocalTime.tm_mday, | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/MD5Generator.cpp:419:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 419 | SAFE_SPRINTF_1(formattedHex,3,"%02x",mDigest[i]); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/ObjectsContext.cpp:198:21: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 198 | SAFE_SPRINTF_2(entryBuffer,21,"%010lld %05ld n\r\n",objectReference.mWritePosition,objectReference.mGenerationNumber); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/ObjectsContext.cpp:223:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 223 | SAFE_SPRINTF_2(entryBuffer,21,"%010ld %05ld f\r\n",nextFreeObject,objectReference.mGenerationNumber); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/PrimitiveObjectsWriter.cpp:80:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 80 | SAFE_SPRINTF_1((char*)buffer,5,"#%02x",aValue); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/PrimitiveObjectsWriter.cpp:97:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 97 | SAFE_SPRINTF_1(buffer,512,"%lld",inIntegerToken); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/PrimitiveObjectsWriter.cpp:130:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 130 | SAFE_SPRINTF_1((char*)buffer,5,"\\%03o",aValue); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/PrimitiveObjectsWriter.cpp:231:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 231 | SAFE_SPRINTF_1((char*)buffer, 3, "%02X", aValue); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/Trace.cpp:90:3: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations] 90 | SAFE_VSPRINTF(mBuffer, MAX_TRACE_SIZE,inFormat,argptr); | ^ -
/nix/var/nix/builds/nix-76005-2078802349/TeXmacs-2.1.5.15315/src/Plugins/Pdf/PDFWriter/Trace.cpp:109:3: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations] 109 | SAFE_VSPRINTF(mBuffer, MAX_TRACE_SIZE,inFormat,inList); | ^