Skip to content
Snippets Groups Projects
Select Git revision
  • f7094701e3da806b12f5e721cab12a40d104ea1d
  • branchX default protected
  • Inventory
  • UIControls
  • fsv2
  • tonetest
  • from_nb
  • tonemapping
  • opt-shadows
  • BX-634
  • xCSG
  • hc
  • gizmos
  • gui2CSSLexer
  • msExporter
  • gui2
  • gui2Fix
  • master protected
  • pk
  • mesh_optimize
  • light_wip
  • version_X.11.2 protected
  • version_X.11.1 protected
  • version_X.11.1-dev protected
  • version_X.11.0-dev protected
  • version_X.10.1 protected
  • version_X.10.1-dev protected
  • version_X.10.0-dev protected
  • version_X.9.5 protected
  • version_X.9.4 protected
  • version_X.9.3 protected
  • version_X.9.3-dev protected
  • version_X.9.2-dev protected
  • version_X.9.1-dev protected
  • version_X.9.0-dev protected
  • version_X.8.2 protected
  • version_X.8.2-dev protected
  • version_X.8.1-dev protected
  • version_X.8.0-dev protected
  • version_X.7.1 protected
  • version_X.7.0 protected
41 results

engine

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Miss Islington (bot) authored and GitHub committed
    Fix GCC 9.3 (using -O3) warnings on x86:
    
    initconfig.c: In function ‘init_dump_ascii_wstr’:
    initconfig.c:2679:34: warning: format ‘%lc’ expects argument of type
    ‘wint_t’, but argument 2 has type ‘wchar_t’ {aka ‘long int’}
     2679 |             PySys_WriteStderr("%lc", ch);
    initconfig.c:2682:38: warning: format ‘%x’ expects argument of type
    ‘unsigned int’, but argument 2 has type ‘wchar_t’ {aka ‘long int’}
     2682 |             PySys_WriteStderr("\\x%02x", ch);
    initconfig.c:2686:38: warning: format ‘%x’ expects argument of type
    ‘unsigned int’, but argument 2 has type ‘wchar_t’ {aka ‘long int’}
     2686 |             PySys_WriteStderr("\\U%08x", ch);
    initconfig.c:2690:38: warning: format ‘%x’ expects argument of type
    ‘unsigned int’, but argument 2 has type ‘wchar_t’ {aka ‘long int’}
     2690 |             PySys_WriteStderr("\\u%04x", ch);
    (cherry picked from commit 640e8e1d)
    
    Co-authored-by: default avatarVictor Stinner <vstinner@python.org>
    b2376f91
    History
    Name Last commit Last update