Task #49074 - anaconda-43.14-1.20250409110800177548.main.10.g04c20ffe9d/scan-results.err
back to task #49074download
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-diskroot:86:21: warning[SC2154]: repodir is referenced but not assigned.
# 84|
# 85| info "anaconda using disk root at $dev"
# 86|-> mount -o ro "$dev" "$repodir" || warn "Couldn't mount $dev"
# 87| anaconda_live_root_dir "$repodir" "$path"
# 88| run_checkisomd5 "$dev"
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-hmcroot:18:24: warning[SC2154]: repodir is referenced but not assigned.
# 16| if /usr/sbin/lshmc ; then
# 17| info "Anaconda using SE/HMC file access to root."
# 18|-> /usr/bin/hmcdrvfs "$repodir" || warn "Couldn't mount /dev/hmcdrv"
# 19| anaconda_live_root_dir "$repodir"
# 20| else
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-lib.sh:166:40: warning[SC2154]: hookdir is referenced but not assigned.
# 164| printf "mount -t overlay LiveOS_rootfs \
# 165| -o lowerdir=/run/rootfsbase,upperdir=/run/overlayfs,workdir=/run/ovlwork \
# 166|-> %s" "${NEWROOT}" > "${hookdir}/mount/01-$$-anaconda.sh"
# 167| else
# 168| # Otherwise, assumption is that /dev/mapper/live-rw should have been created.
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-lib.sh:315:11: warning[SC2154]: parsed_kickstart is referenced but not assigned.
# 313| unset CMDLINE # re-read the commandline
# 314| . /tmp/ks.info # save the parsed kickstart
# 315|-> [ -e "$parsed_kickstart" ] && cp "$parsed_kickstart" /run/install/ks.cfg
# 316| start_dnsconfd "The certificates may have been imported."
# 317| }
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:12:15: warning[SC2154]: root is referenced but not assigned.
# 10|
# 11| # get repo info
# 12|-> splitsep ":" "$root" prefix repo
# 13|
# 14| # repo not set? make sure we are using fresh repo information
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:16:9: warning[SC2154]: hookdir is referenced but not assigned.
# 14| # repo not set? make sure we are using fresh repo information
# 15| if [ -z "$repo" ]; then
# 16|-> . "$hookdir"/cmdline/*parse-anaconda-repo.sh
# 17| splitsep ":" "$root" prefix repo
# 18| fi
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:21:4: warning[SC2154]: prefix is referenced but not assigned.
# 19|
# 20| # no repo? non-net root? we're not needed here.
# 21|-> [ "$prefix" = "anaconda-net" ] && [ -n "$repo" ] || return 0
# 22| # already done? don't run again.
# 23| [ -e /dev/root ] && return 0
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:49:26: warning[SC2154]: options is referenced but not assigned.
# 47| repo=nfs:${repo#nfs4:}
# 48| nfs_to_var "$repo" "$netif"
# 49|-> if ! strstr "$options" "vers="; then
# 50| repo="nfs:${options:+$options,}nfsvers=4:$server:$path"
# 51| fi
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:50:58: warning[SC2154]: server is referenced but not assigned.
# 48| nfs_to_var "$repo" "$netif"
# 49| if ! strstr "$options" "vers="; then
# 50|-> repo="nfs:${options:+$options,}nfsvers=4:$server:$path"
# 51| fi
# 52| else
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:50:66: warning[SC2154]: path is referenced but not assigned.
# 48| nfs_to_var "$repo" "$netif"
# 49| if ! strstr "$options" "vers="; then
# 50|-> repo="nfs:${options:+$options,}nfsvers=4:$server:$path"
# 51| fi
# 52| else
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-netroot.sh:62:32: warning[SC2154]: repodir is referenced but not assigned.
# 60| fi
# 61| if [ "${repo%.iso}" == "$repo" ]; then
# 62|-> mount_nfs "$repo" "$repodir" "$netif" || warn "Couldn't mount $repo"
# 63| anaconda_live_root_dir "$repodir"
# 64| else
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-pre-shutdown.sh:18:12: warning[SC2154]: repodir is referenced but not assigned.
# 16| . /lib/anaconda-lib.sh
# 17|
# 18|-> for mnt in $repodir $isodir; do
# 19| # systemd-shutdown puts old root at /oldroot
# 20| oldmnt=/oldroot$mnt
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/anaconda-pre-shutdown.sh:18:21: warning[SC2154]: isodir is referenced but not assigned.
# 16| . /lib/anaconda-lib.sh
# 17|
# 18|-> for mnt in $repodir $isodir; do
# 19| # systemd-shutdown puts old root at /oldroot
# 20| oldmnt=/oldroot$mnt
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/driver-updates-genrules.sh:39:55: warning[SC2154]: dd_type is referenced but not assigned.
# 37| if [ "${dd##*.}" = "rpm" ]; then
# 38| splitsep ":" "$dd" dd_type dd_dev dd_path
# 39|-> when_diskdev_appears "$(disk_to_dev_path "$dd_type")" \
# 40| driver-updates --disk "$dd_whitespace_fix" \$devnode "$dd_dev"
# 41| else
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/driver-updates-genrules.sh:40:71: warning[SC2154]: dd_dev is referenced but not assigned.
# 38| splitsep ":" "$dd" dd_type dd_dev dd_path
# 39| when_diskdev_appears "$(disk_to_dev_path "$dd_type")" \
# 40|-> driver-updates --disk "$dd_whitespace_fix" \$devnode "$dd_dev"
# 41| else
# 42| when_diskdev_appears "$(disk_to_dev_path "$dd")" \
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/driver-updates-genrules.sh:50:30: warning[SC2154]: hookdir is referenced but not assigned.
# 48|
# 49| # force us to wait at least until we've settled at least once
# 50|-> echo '> /tmp/settle.done' > "$hookdir/initqueue/settled/settle_done.sh"
# 51| echo '[ -f /tmp/settle.done ]' > "$hookdir/initqueue/finished/wait_for_settle.sh"
# 52|
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/fetch-kickstart-net.sh:70:12: warning[SC2154]: hookdir is referenced but not assigned.
# 68| # If we're doing sendmac, we need to run after anaconda-ks-sendheaders.sh
# 69| if getargbool 0 inst.ks.sendmac kssendmac; then
# 70|-> newjob=$hookdir/initqueue/settled/fetch-ks-${netif}.sh
# 71| else
# 72| newjob=$hookdir/initqueue/fetch-ks-${netif}.sh
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/kickstart-genrules.sh:13:15: warning[SC2154]: kstype is referenced but not assigned.
# 11| cdrom|hd) # cdrom, cdrom:<path>, hd:<dev>:<path>
# 12| splitsep ":" "$kickstart" kstype ksdev kspath
# 13|-> if [ "$kstype" = "cdrom" ] && [ -z "$kspath" ]; then
# 14| kspath="$ksdev"
# 15| when_any_cdrom_appears \
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/kickstart-genrules.sh:31:62: warning[SC2154]: hookdir is referenced but not assigned.
# 29| # feature.
# 30| # See rbhz#2209599 for more info
# 31|-> echo "[ -e /tmp/ks.cfg.done ] || main_loop=0" > "$hookdir/initqueue/ks-cdrom-wait-forever.sh"
# 32| fi
# 33| wait_for_kickstart
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/module-setup.sh:36:11: warning[SC2154]: moddir is referenced but not assigned.
# 34|
# 35| # anaconda
# 36|-> inst "$moddir/anaconda-lib.sh" "/lib/anaconda-lib.sh"
# 37| inst_hook cmdline 25 "$moddir/parse-anaconda-options.sh"
# 38| inst_hook cmdline 26 "$moddir/parse-anaconda-kickstart.sh"
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/parse-anaconda-kickstart.sh:34:18: warning[SC2154]: kspath is referenced but not assigned.
# 32| file|path) # "file:<path>" - "path:<path>" is accepted but deprecated
# 33| splitsep ":" "$kickstart" kstype kspath
# 34|-> if [ -f "$kspath" ]; then
# 35| info "anaconda: parsing kickstart $kspath"
# 36| cp "$kspath" /tmp/ks.cfg
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/parse-anaconda-options.sh:8:11: warning[SC2154]: repodir is referenced but not assigned.
# 6|
# 7| # create the repodir and isodir that anaconda will look for
# 8|-> mkdir -p "$repodir" "$isodir"
# 9|
# 10| # add some modules
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/parse-anaconda-options.sh:8:22: warning[SC2154]: isodir is referenced but not assigned.
# 6|
# 7| # create the repodir and isodir that anaconda will look for
# 8|-> mkdir -p "$repodir" "$isodir"
# 9|
# 10| # add some modules
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/parse-anaconda-repo.sh:24:11: warning[SC2154]: repotype is referenced but not assigned.
# 22| if [ -n "$repo" ]; then
# 23| splitsep ":" "$repo" repotype rest
# 24|-> case "$repotype" in
# 25| http|https|ftp|nfs|nfs4)
# 26| root="anaconda-net:$repo"
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/repo-genrules.sh:7:7: warning[SC2154]: root is referenced but not assigned.
# 5| . /lib/anaconda-lib.sh
# 6|
# 7|-> case "$root" in
# 8| anaconda-disk:*)
# 9| # anaconda-disk:<device>[:<path>]
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/repo-genrules.sh:13:45: warning[SC2154]: diskpath is referenced but not assigned.
# 11| diskdev=$(disk_to_dev_path "$diskdev")
# 12| when_diskdev_appears "$diskdev" \
# 13|-> anaconda-diskroot "\$env{DEVNAME}" "$diskpath"
# 14| ;;
# 15| anaconda-auto-cd)
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/save-initramfs.sh:9:11: warning[SC2154]: repodir is referenced but not assigned.
# 7| # First, check to see if we can find a copy of initramfs laying around
# 8| for i in images/pxeboot/initrd.img ppc/ppc64/initrd.img images/initrd.img; do
# 9|-> [ -f "$repodir/$i" ] && initramfs=$repodir/$i && break
# 10| done
# 11|
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/updates-genrules.sh:6:9: warning[SC2154]: anac_updates is referenced but not assigned.
# 4| . /lib/anaconda-lib.sh
# 5|
# 6|-> updates=$anac_updates
# 7| [ -n "$updates" ] || return
# 8| case $updates in
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/80anaconda/updates-genrules.sh:21:74: warning[SC2154]: path is referenced but not assigned.
# 19| splitsep ":" "$updates" dev path
# 20| dev=$(disk_to_dev_path "$dev")
# 21|-> when_diskdev_appears "$dev" fetch-updates-disk "\$env{DEVNAME}" "$path"
# 22| wait_for_updates
# 23| ;;
Error: SHELLCHECK_WARNING (CWE-571):
/usr/libexec/anaconda/log-capture:10:19: warning[SC2155]: Declare and assign separately to avoid masking return values.
# 8|
# 9| # shellcheck disable=SC2068
# 10|-> _to_log() { local OutputFile=$(tr ' /' '_' <<<"$@"); $@ >${OUTDIR}/${OutputFile}; }
# 11|
# 12| mkdir -p ${OUTDIR}
Error: SHELLCHECK_WARNING (CWE-252):
/usr/libexec/anaconda/log-capture:13:1: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
# 11|
# 12| mkdir -p ${OUTDIR}
# 13|-> cd ${OUTDIR}
# 14|
# 15| if [[ ! -f /tmp/ks.cfg ]];then
Error: SHELLCHECK_WARNING (CWE-398):
/usr/libexec/anaconda/start-module:15:14: warning[SC2163]: This does not export '2'. Remove $/${} for that, or use ${var?} to quiet.
# 13| # Set up the environment.
# 14| --env)
# 15|-> export $2
# 16| shift 2
# 17| ;;
Error: COMPILER_WARNING (CWE-477):
anaconda-43.14-build/anaconda-43.14/widgets/src/BaseStandalone.c: scope_hint: In function 'anaconda_base_standalone_class_init'
anaconda-43.14-build/anaconda-43.14/widgets/src/BaseStandalone.c:152:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/BaseWindow.h:21: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/BaseStandalone.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 150| G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
# 151|
# 152|-> g_type_class_add_private(object_class, sizeof(AnacondaBaseStandalonePrivate));
# 153|
# 154| gtk_widget_class_set_css_name(widget_class, "AnacondaBaseStandalone");
Error: COMPILER_WARNING (CWE-477):
anaconda-43.14-build/anaconda-43.14/widgets/src/BaseWindow.c: scope_hint: In function 'anaconda_base_window_class_init'
anaconda-43.14-build/anaconda-43.14/widgets/src/BaseWindow.c:235:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/LayoutIndicator.h:21: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/BaseWindow.c:25: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 233| G_TYPE_NONE, 0);
# 234|
# 235|-> g_type_class_add_private(object_class, sizeof(AnacondaBaseWindowPrivate));
# 236|
# 237| gtk_widget_class_set_css_name(widget_class, "AnacondaBaseWindow");
Error: COMPILER_WARNING (CWE-477):
anaconda-43.14-build/anaconda-43.14/widgets/src/DiskOverview.c: scope_hint: In function 'anaconda_disk_overview_class_init'
anaconda-43.14-build/anaconda-43.14/widgets/src/DiskOverview.c:239:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
# 239 | g_type_class_add_private(object_class, sizeof(AnacondaDiskOverviewPrivate));
# | ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/atk-1.0/atk/atk-enum-types.h:12: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:25: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/DiskOverview.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 1503 | void g_type_class_add_private (gpointer g_class,
# | ^~~~~~~~~~~~~~~~~~~~~~~~
# 237| G_PARAM_READWRITE));
# 238|
# 239|-> g_type_class_add_private(object_class, sizeof(AnacondaDiskOverviewPrivate));
# 240|
# 241| gtk_widget_class_set_css_name(widget_class, "AnacondaDiskOverview");
Error: COMPILER_WARNING (CWE-477):
anaconda-43.14-build/anaconda-43.14/widgets/src/HubWindow.c: scope_hint: In function 'anaconda_hub_window_class_init'
anaconda-43.14-build/anaconda-43.14/widgets/src/HubWindow.c:103:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/BaseStandalone.h:21: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/HubWindow.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 101| GtkWidgetClass *widget_class = GTK_WIDGET_CLASS(klass);
# 102|
# 103|-> g_type_class_add_private(object_class, sizeof(AnacondaHubWindowPrivate));
# 104|
# 105| gtk_widget_class_set_css_name(widget_class, "AnacondaHubWindow");
Error: COMPILER_WARNING (CWE-477):
anaconda-43.14-build/anaconda-43.14/widgets/src/LayoutIndicator.c: scope_hint: In function 'anaconda_layout_indicator_class_init'
anaconda-43.14-build/anaconda-43.14/widgets/src/LayoutIndicator.c:137:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/atk-1.0/atk/atk-enum-types.h:12: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:25: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/LayoutIndicator.c:22: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 135| G_PARAM_READWRITE));
# 136|
# 137|-> g_type_class_add_private(object_class, sizeof(AnacondaLayoutIndicatorPrivate));
# 138|
# 139| gtk_widget_class_set_css_name(widget_class, "AnacondaLayoutIndicator");
Error: COMPILER_WARNING (CWE-477):
anaconda-43.14-build/anaconda-43.14/widgets/src/MountpointSelector.c: scope_hint: In function 'anaconda_mountpoint_selector_class_init'
anaconda-43.14-build/anaconda-43.14/widgets/src/MountpointSelector.c:203:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
# 203 | g_type_class_add_private(object_class, sizeof(AnacondaMountpointSelectorPrivate));
# | ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/MountpointSelector.c:21: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 1503 | void g_type_class_add_private (gpointer g_class,
# | ^~~~~~~~~~~~~~~~~~~~~~~~
# 201| NULL); // array of types, one for each parameter
# 202|
# 203|-> g_type_class_add_private(object_class, sizeof(AnacondaMountpointSelectorPrivate));
# 204|
# 205| gtk_widget_class_set_css_name(widget_class, "AnacondaMountpointSelector");
Error: COMPILER_WARNING (CWE-477):
anaconda-43.14-build/anaconda-43.14/widgets/src/SpokeSelector.c: scope_hint: In function 'anaconda_spoke_selector_class_init'
anaconda-43.14-build/anaconda-43.14/widgets/src/SpokeSelector.c:167:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/atk-1.0/atk/atk-enum-types.h:12: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:25: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/SpokeSelector.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 165| G_PARAM_READWRITE));
# 166|
# 167|-> g_type_class_add_private(object_class, sizeof(AnacondaSpokeSelectorPrivate));
# 168|
# 169| gtk_widget_class_set_css_name(widget_class, "AnacondaSpokeSelector");
Error: COMPILER_WARNING (CWE-477):
anaconda-43.14-build/anaconda-43.14/widgets/src/SpokeWindow.c: scope_hint: In function 'anaconda_spoke_window_class_init'
anaconda-43.14-build/anaconda-43.14/widgets/src/SpokeWindow.c:100:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
# 100 | g_type_class_add_private(object_class, sizeof(AnacondaSpokeWindowPrivate));
# | ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/BaseWindow.h:21: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/SpokeWindow.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 1503 | void g_type_class_add_private (gpointer g_class,
# | ^~~~~~~~~~~~~~~~~~~~~~~~
# 98| G_TYPE_NONE, 0);
# 99|
# 100|-> g_type_class_add_private(object_class, sizeof(AnacondaSpokeWindowPrivate));
# 101|
# 102| gtk_widget_class_set_css_name(widget_class, "AnacondaSpokeWindow");
Error: COMPILER_WARNING (CWE-477):
anaconda-43.14-build/anaconda-43.14/widgets/src/StandaloneWindow.c: scope_hint: In function 'anaconda_standalone_window_class_init'
anaconda-43.14-build/anaconda-43.14/widgets/src/StandaloneWindow.c:114:5: warning[-Wdeprecated-declarations]: 'g_type_class_add_private' is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/BaseStandalone.h:21: included_from: Included from here.
anaconda-43.14-build/anaconda-43.14/widgets/src/StandaloneWindow.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
# 112| G_PARAM_READABLE));
# 113|
# 114|-> g_type_class_add_private(object_class, sizeof(AnacondaStandaloneWindowPrivate));
# 115|
# 116| gtk_widget_class_set_css_name(widget_class, "AnacondaStandaloneWindow");